Skip to content

Commit

Permalink
fix: turn off default-case now that we are checking if exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 24, 2021
1 parent 8681bac commit 45dea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtin/best-practices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const rules: Linter.Config["rules"] = {
},
],
"curly": ["error", "all"],
"default-case": "error",
"default-case": "off",
"dot-location": ["error", "property"],
"dot-notation": "error",
"eqeqeq": ["error", "always", { null: "always" }],
Expand Down

0 comments on commit 45dea9c

Please sign in to comment.