chore(lint): Remove configs that are now duplicate of those from extends
This commit is contained in:
Родитель
5b02c1f579
Коммит
206ec53162
10
.eslintrc.js
10
.eslintrc.js
|
@ -7,15 +7,7 @@ module.exports = {
|
|||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"mocha": true,
|
||||
"node": true,
|
||||
},
|
||||
"globals": {
|
||||
"__CONFIG__": true,
|
||||
"platform_exports": true,
|
||||
"platform_require": true,
|
||||
"assert": true,
|
||||
"sinon": true
|
||||
"node": true
|
||||
},
|
||||
"plugins": [
|
||||
"json", // require("eslint-plugin-json")
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
module.exports = {
|
||||
"env": {
|
||||
"node": true,
|
||||
"es6": true,
|
||||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче