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.
@typescript-eslint/no-var-requires
1 parent e20116c commit a80ddd2Copy full SHA for a80ddd2
packages/configs/eslint/src/eslint.config.mts
@@ -143,7 +143,6 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
143
files: ['**/*.c[jt]s'],
144
languageOptions: { sourceType: 'commonjs' },
145
rules: {
146
- '@typescript-eslint/no-var-requires': [0],
147
'@typescript-eslint/no-require-imports': [0],
148
},
149
0 commit comments