Lint test files, clean TS settings

This commit is contained in:
Aarni Halinen
2021-03-04 20:00:00 +02:00
parent 931c69d500
commit 40bb7d94f0
11 changed files with 123 additions and 115 deletions
+4 -6
View File
@@ -1,6 +1,8 @@
{
"root": true,
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
@@ -12,8 +14,7 @@
"plugin:jsx-a11y/recommended",
"plugin:react-hooks/recommended",
"plugin:@typescript-eslint/recommended",
"airbnb-typescript",
"airbnb/hooks"
"airbnb-typescript"
],
"globals": {
"Atomics": "readonly",
@@ -28,10 +29,7 @@
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": [
"react",
"@typescript-eslint"
],
"plugins": [],
"settings": {
"react": {
"version": "detect"