We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18915a3 commit c591218Copy full SHA for c591218
eslint.config.js
@@ -34,6 +34,7 @@ module.exports = tseslint.config({
34
"@typescript-eslint/no-explicit-any": "off",
35
"@typescript-eslint/no-var-requires": "off",
36
"@typescript-eslint/no-non-null-assertion": "off",
37
+ "@typescript-eslint/no-require-imports": "off",
38
"@typescript-eslint/no-unused-vars": [
39
"error",
40
{
0 commit comments