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 1705ca0 commit 732a3f7Copy full SHA for 732a3f7
template/eslint.config.mjs
@@ -28,6 +28,7 @@ export default [
28
},
29
rules: {
30
// `import/default`, `import/namespace` and `import/no-duplicates` are slow.
31
+ '@typescript-eslint/no-var-requires': 0,
32
curly: 2,
33
'import/default': 0,
34
'import/named': 0,
0 commit comments