Skip to content

Commit 9400722

Browse files
committed
Enable the prefer-const rule
1 parent 383026c commit 9400722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
9494
},
9595
},
9696
rules: {
97+
'prefer-const': [2],
9798
'no-undef': [0],
9899
'@typescript-eslint/consistent-type-imports': [
99100
2,

0 commit comments

Comments
 (0)