1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00
mon-entreprise/source/.eslintrc

32 lines
417 B
Text
Raw Normal View History

2016-06-29 12:27:04 +02:00
rules:
2017-01-20 12:08:43 +01:00
indent:
- 1
2017-01-20 12:08:43 +01:00
- tab
linebreak-style:
- 2
- unix
semi:
- 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
no-undef: 1
react/jsx-uses-vars: 2
react/jsx-uses-react: 2
2016-06-29 12:27:04 +02:00
parser: babel-eslint
plugins:
- react
2016-06-29 12:27:04 +02:00
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