mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#305: fix linting errors after upgrading to eslint 4
This commit is contained in:
19
.eslintrc
19
.eslintrc
@@ -9,25 +9,6 @@
|
||||
"react"
|
||||
],
|
||||
|
||||
"ecmaFeatures": {
|
||||
"jsx": true,
|
||||
"modules": true,
|
||||
"classes": true,
|
||||
"defaultParams": true,
|
||||
"destructuring": true,
|
||||
"spread": true,
|
||||
"arrowFunctions": true,
|
||||
"blockBindings": true,
|
||||
"objectLiteralComputedProperties": true,
|
||||
"objectLiteralDuplicateProperties": true,
|
||||
"objectLiteralShorthandMethods": true,
|
||||
"objectLiteralShorthandProperties": true,
|
||||
"restParams": true,
|
||||
"superInFunctions": true,
|
||||
"templateStrings": true,
|
||||
"experimentalObjectRestSpread": true
|
||||
},
|
||||
|
||||
"env": {
|
||||
"mocha": true, // needed for tests. Apply it globaly till eslint/selint#3611
|
||||
"browser": true,
|
||||
|
||||
Reference in New Issue
Block a user