mjfs.us/.eslintrc.yml

12 lines
206 B
YAML

extends:
- 'standard'
- 'plugin:react/recommended'
- 'plugin:flowtype/recommended'
- 'prettier'
- 'prettier/flowtype'
- 'prettier/react'
- 'prettier/standard'
plugins:
- react
- flowtype