Last active
August 29, 2015 14:23
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "future/react" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// eslint-config-future default warns on console | |
// https://github.com/ericclemmons/eslint-config-future/blob/master/defaults.js#L48 | |
console.log('hello') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"devDependencies": { | |
"babel-eslint": "^3.1.19", | |
"eslint": "^0.24.0", | |
"eslint-config-future": "^2.1.1", | |
"eslint-plugin-react": "^2.6.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works as expected using: