1.2.2 • Published 7 years ago

eslint-config-es6-react-flow v1.2.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

eslint-es6-react-flow

my common eslint configuration used for es6 / react / flow based projects

No console output

Use a logger instead of console.log. For the few cases where console output is needed, add an eslint exception for the specific cases.

Quotes

Use double quotes, except avoiding the need for escapes.