20 lines
247 B
YAML
20 lines
247 B
YAML
|
extends: airbnb
|
||
|
|
||
|
parser: babel-eslint
|
||
|
|
||
|
plugins:
|
||
|
- babel
|
||
|
- json
|
||
|
|
||
|
env:
|
||
|
browser: true
|
||
|
node: true
|
||
|
es6: true
|
||
|
|
||
|
rules:
|
||
|
no-underscore-dangle: 'off'
|
||
|
no-plusplus:
|
||
|
- error
|
||
|
- allowForLoopAfterthoughts: true
|
||
|
react/no-array-index-key: 0
|