From 9c7223f8762c8e890e828d1a761b3c870e5d9fa2 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:56:58 +0700 Subject: [PATCH] MISC: Enable new lint rules (#1806) --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index a4870dd3da..9ed873a927 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,8 +9,8 @@ module.exports = { "plugin:@typescript-eslint/recommended", "plugin:react/recommended", "plugin:react-hooks/recommended", - //"plugin:@typescript-eslint/recommended-requiring-type-checking", - //"plugin:@typescript-eslint/strict", + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:@typescript-eslint/strict", ], parser: "@typescript-eslint/parser", parserOptions: {