Skip to content

Commit

Permalink
eslint: use default no-unused-vars caughtErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Nov 28, 2024
1 parent 517bf7e commit 358e9e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default [
"linebreak-style": ["error", "unix"],
quotes: ["error", "double"],
semi: ["error", "always"],
"no-unused-vars": ["error", {caughtErrors: "none"}],
"no-var": ["error"]
}
}
Expand Down

0 comments on commit 358e9e4

Please sign in to comment.