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.
prefer-const
1 parent 39dbccc commit 1d388bbCopy full SHA for 1d388bb
packages/configs/eslint/src/eslint.config.mts
@@ -94,6 +94,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
94
},
95
96
rules: {
97
+ 'prefer-const': [2],
98
'no-undef': [0],
99
'@typescript-eslint/consistent-type-imports': [
100
2,
0 commit comments