From 30f86f8748a0d9c23538e972d30270a4f1e83941 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 7 May 2021 10:38:28 -0300 Subject: migrate to preact --- .eslintrc.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.eslintrc.js') 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" }], -- cgit v1.2.3