Skip to content

Commit

Permalink
feat(ci): Enforce exhaustiveness check
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed May 10, 2024
1 parent 0658586 commit 927ffab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"@typescript-eslint",
],
rules: {
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down

0 comments on commit 927ffab

Please sign in to comment.