2016-06-29 12:27:04 +02:00
|
|
|
rules:
|
2017-01-20 12:08:43 +01:00
|
|
|
indent:
|
2017-01-24 16:22:40 +01:00
|
|
|
- 1
|
2017-01-20 12:08:43 +01:00
|
|
|
- tab
|
|
|
|
linebreak-style:
|
|
|
|
- 2
|
|
|
|
- unix
|
|
|
|
semi:
|
2017-02-09 18:15:25 +01:00
|
|
|
- 1
|
2017-01-20 12:08:43 +01:00
|
|
|
- never
|
|
|
|
no-unused-vars: 1
|
|
|
|
no-console: 1
|
|
|
|
no-global-assign: 0
|
|
|
|
no-unsafe-negation: 0
|
2017-02-22 17:55:36 +01:00
|
|
|
no-undef: 0
|
2016-06-29 12:27:04 +02:00
|
|
|
|
|
|
|
parser: babel-eslint
|
|
|
|
|
|
|
|
env:
|
2017-01-20 12:08:43 +01:00
|
|
|
browser: true
|
|
|
|
commonjs: true
|
|
|
|
es6: true
|
2016-06-29 12:27:04 +02:00
|
|
|
extends:
|
|
|
|
- eslint:recommended
|
|
|
|
parserOptions:
|
|
|
|
ecmaFeatures:
|
2017-01-20 12:08:43 +01:00
|
|
|
jsx: true
|