Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork727
Commitc9ebdf0
committed
fix(linter): Correct the default config options for the switch-exhaustiveness-check rule.
The original ESLint rule has `allowDefaultCaseForExhaustiveSwitch: true` by default.1 parent1a58eea commitc9ebdf0
File tree
1 file changed
+5
-1
lines changed- crates/oxc_linter/src/rules/typescript
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments
Comments
(0)