Fix unused options.
This commit is contained in:
parent
dbd6dc2375
commit
254fa6e3c5
@ -7,11 +7,7 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"standard-with-typescript"
|
"standard-with-typescript"
|
||||||
],
|
],
|
||||||
"globals": {
|
"globals": {},
|
||||||
"Atomics": "readonly",
|
|
||||||
"SharedArrayBuffer": "readonly",
|
|
||||||
"BUILD": true
|
|
||||||
},
|
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 2018,
|
"ecmaVersion": 2018,
|
||||||
|
Loading…
Reference in New Issue
Block a user