Fix unused options.

This commit is contained in:
John Livingston 2021-04-07 18:29:17 +02:00
parent dbd6dc2375
commit 254fa6e3c5
1 changed files with 1 additions and 5 deletions

View File

@ -7,11 +7,7 @@
"extends": [
"standard-with-typescript"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"BUILD": true
},
"globals": {},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,