From d34b20a3d9d75ddbf6eb5c615a1e0b9ef905d0d3 Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Fri, 20 Sep 2024 17:10:34 +0700 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index fd1169eb..85bedd80 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,6 +24,6 @@ module.exports = { "react/jsx-uses-react": "off", "react/react-in-jsx-scope": "off", "@typescript-eslint/no-var-requires": "warn", - "@typescript-eslint/no-require-imports": "warn" + "@typescript-eslint/no-require-imports": "warn", }, };