Skip to content

Commit a80ddd2

Browse files
committed
Remove deprecated @typescript-eslint/no-var-requires rule
1 parent e20116c commit a80ddd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/configs/eslint/src/eslint.config.mts

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
143143
files: ['**/*.c[jt]s'],
144144
languageOptions: { sourceType: 'commonjs' },
145145
rules: {
146-
'@typescript-eslint/no-var-requires': [0],
147146
'@typescript-eslint/no-require-imports': [0],
148147
},
149148
},

0 commit comments

Comments
 (0)