Skip to content

Commit

Permalink
ci(eslint): warn on prefer-const rule
Browse files Browse the repository at this point in the history
  • Loading branch information
CostasAK committed Jul 21, 2024
1 parent a7debd5 commit 39e9f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
],
"no-unused-vars": "off",
"react/prop-types": "off",
"prefer-const": "warn",
"@typescript-eslint/no-unused-vars": "warn",
},
};

0 comments on commit 39e9f3e

Please sign in to comment.