2016-06-29 10:27:04 +00:00
|
|
|
rules:
|
2017-01-20 11:08:43 +00:00
|
|
|
indent:
|
2017-01-24 15:22:40 +00:00
|
|
|
- 1
|
2017-01-20 11:08:43 +00:00
|
|
|
- tab
|
|
|
|
linebreak-style:
|
|
|
|
- 2
|
|
|
|
- unix
|
|
|
|
semi:
|
2017-02-09 17:15:25 +00:00
|
|
|
- 1
|
2017-01-20 11:08:43 +00:00
|
|
|
- never
|
2017-10-24 13:57:46 +00:00
|
|
|
quotes:
|
|
|
|
- 1
|
|
|
|
- single
|
2017-01-20 11:08:43 +00:00
|
|
|
no-unused-vars: 1
|
|
|
|
no-console: 1
|
|
|
|
no-global-assign: 0
|
|
|
|
no-unsafe-negation: 0
|
2017-03-08 16:49:22 +00:00
|
|
|
no-undef: 1
|
2017-05-18 14:04:23 +00:00
|
|
|
no-mixed-spaces-and-tabs: 1
|
2017-03-14 10:42:44 +00:00
|
|
|
react/jsx-uses-vars: 2
|
|
|
|
react/jsx-uses-react: 2
|
2016-06-29 10:27:04 +00:00
|
|
|
|
|
|
|
parser: babel-eslint
|
|
|
|
|
2017-03-14 10:42:44 +00:00
|
|
|
plugins:
|
|
|
|
- react
|
2016-06-29 10:27:04 +00:00
|
|
|
env:
|
2017-01-20 11:08:43 +00:00
|
|
|
browser: true
|
|
|
|
commonjs: true
|
|
|
|
es6: true
|
2016-06-29 10:27:04 +00:00
|
|
|
extends:
|
|
|
|
- eslint:recommended
|
|
|
|
parserOptions:
|
|
|
|
ecmaFeatures:
|
2017-01-20 11:08:43 +00:00
|
|
|
jsx: true
|