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 f6ee1c7 commit 02b65a5Copy full SHA for 02b65a5
packages/configs/eslint/src/eslint.config.mts
@@ -133,6 +133,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
133
},
134
{
135
name: 'commonjs',
136
+ files: ['**/*.c[jt]s'],
137
languageOptions: { sourceType: 'commonjs' },
138
rules: {
139
'@typescript-eslint/no-var-requires': [0],
0 commit comments