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

Incorrect eslint version breaks linting/tests after Airbnb update #459

Closed
janhoogeveen opened this issue Apr 7, 2017 · 1 comment · Fixed by #460
Closed

Incorrect eslint version breaks linting/tests after Airbnb update #459

janhoogeveen opened this issue Apr 7, 2017 · 1 comment · Fixed by #460
Assignees

Comments

@janhoogeveen
Copy link
Contributor

Versions of kyt, node, OS

0.5.2

Bug or Feature?

Bug

Current Behavior

/Users/janhoogeveen/Projects/cleverfranke/kyt-test-15/node_modules/eslint-config-airbnb-base/rules/style.js:
	Configuration for rule "no-restricted-syntax" is invalid:
	Value "[object Object]" is the wrong type.

Referenced from: /Users/janhoogeveen/Projects/cleverfranke/kyt-test-15/node_modules/eslint-config-airbnb-base/index.js
Referenced from: airbnb

Also this warning pops up when doing a yarn install

warning "eslint-config-airbnb-base@11.1.3" has incorrect peer dependency "eslint@^3.19.0".

Desired Behavior

I'm guessing you'll need to update the peer dependencies of some pacage and update the eslint and eslint plugin importer there.

See airbnb/javascript#1358 and https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base

@ccpricenytimes
Copy link
Contributor

Hey @janhoogeveen thanks for the heads up I'll take a look today.

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

Successfully merging a pull request may close this issue.

3 participants