Skip to content

Commit 49548ab

Browse files
committed
disable prefer-const rule in ESLint configuration
1 parent fea4e57 commit 49548ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default [
2525
"@typescript-eslint/no-unused-vars": "off",
2626
"no-empty-pattern": "off",
2727
"no-empty": "off",
28+
"prefer-const": "off",
2829
}
2930
}
3031
];

0 commit comments

Comments
 (0)