Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # what packages we need?
  2. ## eslint
  3. - eslint
  4. - eslint-config-airbnb
  5. - eslint-plugin-import
  6. - eslint-plugin-jsx-a11y
  7. - eslint-plugin-react
  8.  
  9. .eslintrc
  10. ```json
  11. {
  12. "extends": "airbnb"
  13. }
  14. ```
Add Comment
Please, Sign In to add comment