Skip to content

Commit

Permalink
Set no-unused-vars to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Nov 6, 2024
1 parent c620733 commit 10bcf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default [
rules: {
// rule overrides
"no-unused-vars": [
"error",
"warn",
{
vars: "all",
args: "none",
Expand Down

0 comments on commit 10bcf03

Please sign in to comment.