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", }, };