Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a ton of "Definition for rule 'react/...' was not found" #2

Closed
chpmrc opened this issue Feb 1, 2019 · 1 comment
Closed

Comments

@chpmrc
Copy link

chpmrc commented Feb 1, 2019

"devDependencies": {
    "eslint": "^5.6.0",
    "eslint-config-hipo-base": "github:Hipo/eslint-config-hipo-base",
    "eslint-config-hipo-react": "github:Hipo/eslint-config-hipo-react",
    "eslint-plugin-react": "^7.12.4"
  }
"eslintConfig": {
    "extends": [
      "eslint-config-hipo-base",
      "eslint-config-hipo-react"
    ],
    "env": {
      "browser": true,
      "node": true
    }
  }

But I get a ton of errors related to what's in the title. Attached is a sample output.
sample.txt

@edizcelik
Copy link

We no longer encounter with these errors. So closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants