Skip to content

Instantly share code, notes, and snippets.

@ifokeev
Last active March 16, 2017 09:12
Show Gist options
  • Save ifokeev/d8ed0bbf8cc7a5618f516292c53b1fa7 to your computer and use it in GitHub Desktop.
Save ifokeev/d8ed0bbf8cc7a5618f516292c53b1fa7 to your computer and use it in GitHub Desktop.
#.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