Skip to content

Commit

Permalink
Eslint: off default-case-last (cocos#15733)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit authored Jul 31, 2023
1 parent 7487260 commit 762fd50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rules:
prefer-destructuring: off # auto-fix is not smart enough to merge different instances
linebreak-style: off # we don't enforce this on everyone's dev environment for now
spaced-comment: off # for license declarations
default-case-last: off # Place default case clause to first make it more clear that this switch statement has handled all cases

##### TYPESCRIPT-SPECIFIC RULE OVERRIDES #####

Expand Down

0 comments on commit 762fd50

Please sign in to comment.