-
Notifications
You must be signed in to change notification settings - Fork 11
eslint and airbnb issues #22
Comments
@dmitry-saritasa install with the latest commit SHA. ex It would be great if the authors would simply gut a new tag |
What was the issue here? Same error message pops up in another project. |
@sakkelaaksonen the issue is that eslint had some incompatibilities with a previous version of this project. The maintainers have fixed the issue, but have not created a release tag in ages. So when you npm install or yarn install you get the broken lib. You can get the fixes by installing the latest commit SHA. |
Could the maintainers please do us a solid and create a new PATCH release? Thanks. |
i have same issues, can you helm me? my terminal return: /../node_modules/eslint-config-airbnb-base/rules/es6.js: Configuration for rule "prefer-destructuring" is invalid: Value "data["0"].VariableDeclarator" has additional properties. Value "data["0"].AssignmentExpression" has additional properties. Referenced from: /../eslint-config-airbnb-base/index.js Referenced from: airbnb Referenced from: / /../APP_MOBILE_DEV/Ristorante_JBosse/.eslintrc |
Same problem here (except the message comes from VS Code). |
Use this, I changed from error to warn, just in case:
|
is there an actual solution for this? im having the same issue: have tried almost every single suggestion out there. I am on VSCode using Yarn and I am using htis eslintrc file : https://github.com/wesbos/dotfiles/blob/master/.eslintrc
|
Same issue here none of the workarounds proposed work. Only workaround I found so far is to use an older version of eslint-config-airbnb-base package (11.3.2). A proper fix would be appreciated. |
Resolved by #23. |
**however **
so from cli it works perfect,
my eslintrc.js
package.json
The text was updated successfully, but these errors were encountered: