Skip to content

Instantly share code, notes, and snippets.

@anx21
Last active August 30, 2016 02:44
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 anx21/66aff4d0c60fe93bb5a087caf4009099 to your computer and use it in GitHub Desktop.
Save anx21/66aff4d0c60fe93bb5a087caf4009099 to your computer and use it in GitHub Desktop.
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