Last active
March 16, 2017 09:12
-
-
Save ifokeev/d8ed0bbf8cc7a5618f516292c53b1fa7 to your computer and use it in GitHub Desktop.
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
#.eslintrc.js | |
module.exports = { | |
"extends": "airbnb", | |
"plugins": [ | |
"react", | |
"jsx-a11y", | |
"import" | |
] | |
}; | |
#package.json | |
"eslint": "^3.7.1", | |
"eslint-config-airbnb": "^12.0.0", | |
"eslint-plugin-import": "^2.0.0", | |
"eslint-plugin-jsx-a11y": "^2.2.2", | |
"eslint-plugin-react": "^6.3.0", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment