Fix lint errors
This commit is contained in:
parent
ee7fe52ee8
commit
1a4b794be7
5 changed files with 253 additions and 246 deletions
|
|
@ -1,12 +1,14 @@
|
|||
"use strict"
|
||||
|
||||
module.exports = {
|
||||
"extends": "../.eslintrc.js",
|
||||
"extends": "../.eslintrc.js",
|
||||
"env": {
|
||||
"browser": null,
|
||||
"browser": null,
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2019,
|
||||
},
|
||||
"rules": {
|
||||
"no-process-env": "off",
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2019,
|
||||
},
|
||||
"rules": {
|
||||
"no-process-env": "off",
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue