Skip to content

Commit

Permalink
Remove deprecated @typescript-eslint/no-var-requires rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 27, 2024
1 parent 39bc247 commit d115afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/configs/eslint/src/eslint.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
files: ['**/*.c[jt]s'],
languageOptions: { sourceType: 'commonjs' },
rules: {
'@typescript-eslint/no-var-requires': [0],
'@typescript-eslint/no-require-imports': [0],
},
},
Expand Down

0 comments on commit d115afa

Please sign in to comment.