summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 407115ac4..50146fe7b 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -6,15 +6,8 @@ module.exports = {
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
- "plugin:react/recommended",
- "plugin:react-hooks/recommended",
+ "preact",
],
- settings: {
- "react": {
- "version": "16.9.6",
- },
-
- },
rules: {
"no-constant-condition": ["error", { "checkLoops": false }],
"prefer-const": ["warn", { destructuring: "all" }],