Skip to content

Instantly share code, notes, and snippets.

@akhrabrov
Last active April 29, 2019 14:00
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 akhrabrov/1dc73a5fa4d5a55ca212ccbe246e1463 to your computer and use it in GitHub Desktop.
Save akhrabrov/1dc73a5fa4d5a55ca212ccbe246e1463 to your computer and use it in GitHub Desktop.
Eslint plugins

Eslint Plugins

Reports

Style guide

Discuss

exports/imports - prefer default or named?

  • prefer using es7+ features - classes, static proptypes, class properties without constructor
  • prefer using jsx extentions
  • deny deprecated lifecycle methods

Style guide

JSX

Discuss

Discuss

"extends": [
    "plugin:jsx-a11y/recommended"
  ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment