summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-05-07 10:38:28 -0300
committerSebastian <sebasjm@gmail.com>2021-05-07 10:39:49 -0300
commit30f86f8748a0d9c23538e972d30270a4f1e83941 (patch)
treefa32280f2d14d0c63c298b042c7b83941fa91e8f /.eslintrc.js
parentb414de853371b98d125a92a4d9e9578be9b0f0d5 (diff)
downloadwallet-core-30f86f8748a0d9c23538e972d30270a4f1e83941.tar.gz
wallet-core-30f86f8748a0d9c23538e972d30270a4f1e83941.tar.bz2
wallet-core-30f86f8748a0d9c23538e972d30270a4f1e83941.zip
migrate to preact
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" }],