Skip to content

Instantly share code, notes, and snippets.

@maxbeatty
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxbeatty/4458a8ee1859c15c052a to your computer and use it in GitHub Desktop.
Save maxbeatty/4458a8ee1859c15c052a to your computer and use it in GitHub Desktop.
linter-eslint extends bug example (https://github.com/AtomLinter/linter-eslint/issues/87)
{
"extends": "future/react"
}
node_modules/
// eslint-config-future default warns on console
// https://github.com/ericclemmons/eslint-config-future/blob/master/defaults.js#L48
console.log('hello')
{
"devDependencies": {
"babel-eslint": "^3.1.19",
"eslint": "^0.24.0",
"eslint-config-future": "^2.1.1",
"eslint-plugin-react": "^2.6.2"
}
}
@maxbeatty
Copy link
Author

Works as expected using:

  • node v0.10.38
  • npm v2.7.3
  • atom v1.0.0
  • linter-eslint v1.0.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment