-
Notifications
You must be signed in to change notification settings - Fork 40
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
Does not work properly unless ESLint is a peer Dependency! #30
Comments
We could also investigate |
Can you elaborate on that? This issue is specific to the following: package.json
eslint .
/Users/ebaer/.nvm/versions/node/v0.12.7/lib/node_modules/eslint/lib/config.js:171
throw e;
^
Error: Cannot find module 'eslint-config-defaults/configurations/walmart/es5-browser'
Referenced from: /Users/ebaer/dev/walmart/tmp/.eslintrc
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at readConfigFromFile (/Users/ebaer/.nvm/versions/node/v0.12.7/lib/node_modules/eslint/lib/config.js:113:44)
at loadConfig (/Users/ebaer/.nvm/versions/node/v0.12.7/lib/node_modules/eslint/lib/config.js:134:22)
at /Users/ebaer/.nvm/versions/node/v0.12.7/lib/node_modules/eslint/lib/config.js:165:46
at Array.reduceRight (native)
at loadConfig (/Users/ebaer/.nvm/versions/node/v0.12.7/lib/node_modules/eslint/lib/config.js:149:36)
at getLocalConfig (/Users/ebaer/.nvm/versions/node/v0.12.7/lib/node_modules/eslint/lib/config.js:273:23) |
Might be related to #16 actually. |
Hi, I see this bug in 5.0.0 as well. Using .eslintrc from README
will raise the error
Does anyone have a workaround? Thanks |
Closing this and documenting here: #43 I'll update the README to reflect this known issue |
No description provided.
The text was updated successfully, but these errors were encountered: