chore(ui): update eslint config to target react apps

This commit is contained in:
Łukasz Mierzwa
2018-06-12 13:59:48 +02:00
parent 5de0efd7b4
commit 56a983f31d
2 changed files with 2 additions and 30 deletions

View File

@@ -1 +0,0 @@
assets/static/jquery.typing-*.js

View File

@@ -1,30 +1,3 @@
env:
browser: true
commonjs: true
es6: true
jest: true
node: true
extends:
- eslint:recommended
rules:
indent:
- error
- 4
linebreak-style:
- error
- unix
quotes:
- error
- double
array-bracket-spacing:
- warn
- always
block-spacing:
- warn
- always
brace-style:
- warn
- 1tbs
camelcase: warn
no-console: off
no-use-before-define: error
- react-app
- plugin:react/recommended