ESLint React Errors #68
-
Hi @neonexus , Using ESLint React
Same with the error I'm sure you already know about this. Is there any specific reason that you ignored these errors? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@MaheshkumarSundaram it sounds like the version of ESLint you are running isn't using the I use |
Beta Was this translation helpful? Give feedback.
-
Re-opening this discussion for ease of viewing. |
Beta Was this translation helpful? Give feedback.
@MaheshkumarSundaram it sounds like the version of ESLint you are running isn't using the
.eslintrc
config in the repo, as I have bothreact/forbid-prop-types
&react/destructuring-assignment
turned off.I use
npm run lint
, which will use the version the repo requires inpackage.json
. It's also run whennpm run test
is used. I use Travis CI (can see the build history here) to help make sure I don't break anything.