Skip to content

Commit 386f84f

Browse files
committed
remove eslint rule prefer-const
1 parent 543f2d3 commit 386f84f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ export default [
1010
{
1111
rules: {
1212
"kaciras/import-group-sort": "warn",
13-
"prefer-const": ["error", {
14-
"destructuring": "all",
15-
"ignoreReadBeforeAssign": false,
16-
}],
1713
},
1814
},
1915
];

0 commit comments

Comments
 (0)