34 lines
383 B
Plaintext
34 lines
383 B
Plaintext
|
rules:
|
||
|
indent:
|
||
|
- 2
|
||
|
- tab
|
||
|
quotes:
|
||
|
- 2
|
||
|
- single
|
||
|
linebreak-style:
|
||
|
- 2
|
||
|
- unix
|
||
|
semi:
|
||
|
- 2
|
||
|
- never
|
||
|
curly:
|
||
|
- 2
|
||
|
- multi-or-nest
|
||
|
no-console: 1
|
||
|
react/prop-types: 0
|
||
|
react/display-name: 0
|
||
|
|
||
|
parser: babel-eslint
|
||
|
|
||
|
env:
|
||
|
browser: true
|
||
|
commonjs: true
|
||
|
extends:
|
||
|
- eslint:recommended
|
||
|
- plugin:react/recommended
|
||
|
plugins:
|
||
|
- react
|
||
|
parserOptions:
|
||
|
ecmaFeatures:
|
||
|
jsx: true
|