Skip to content

Commit

Permalink
remove eslint rule prefer-const
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Apr 17, 2024
1 parent 543f2d3 commit 386f84f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export default [
{
rules: {
"kaciras/import-group-sort": "warn",
"prefer-const": ["error", {
"destructuring": "all",
"ignoreReadBeforeAssign": false,
}],
},
},
];

0 comments on commit 386f84f

Please sign in to comment.