Skip to content

Commit

Permalink
Fix: do not check for default case in minimal build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 22, 2023
1 parent 96bb9fe commit 9671a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc-min.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"rules": {
"block-scoped-var": "error",
"camelcase": "error",
"default-case": "error",
"default-case-last": "error",
"eqeqeq": ["error", "always", {"null": "ignore"}],
"no-alert": "error",
Expand Down

0 comments on commit 9671a24

Please sign in to comment.