Allow ES6 features in the old ES5 & tests linter setting
[MAILPOET-1829]
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"browser": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 5
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"no-underscore-dangle": 0 // Backbone uses underscores, we cannot remove them
|
||||
|
@@ -5,7 +5,8 @@
|
||||
"mocha": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"no-only-tests/no-only-tests": 2,
|
||||
|
Reference in New Issue
Block a user