mirror of https://github.com/mitchell/mjfs.us.git
12 lines
206 B
YAML
12 lines
206 B
YAML
|
extends:
|
||
|
- 'standard'
|
||
|
- 'plugin:react/recommended'
|
||
|
- 'plugin:flowtype/recommended'
|
||
|
- 'prettier'
|
||
|
- 'prettier/flowtype'
|
||
|
- 'prettier/react'
|
||
|
- 'prettier/standard'
|
||
|
plugins:
|
||
|
- react
|
||
|
- flowtype
|