Last active
August 30, 2016 02:44
-
-
Save anx21/66aff4d0c60fe93bb5a087caf4009099 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
Download Atom and get these two packages: Linter and [Linter-ESLint)(https://atom.io/packages/linter-eslint) | |
Run npm install --save-dev eslint eslint-config-airbnb babel-eslint eslint-plugin-react eslint-plugin-import eslint-plugin-jsx-a11y from your project root. | |
Add "extends": "eslint-config-airbnb" to your .eslintrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment