Skip to content

Commit

Permalink
lint: update linting rules to enforce spaces after else and case
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Aug 28, 2023
1 parent e9d7a35 commit 3fd19f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"if": {
"after": false
},
"else": {
"after": false
},
"for": {
"after": false
},
Expand All @@ -85,9 +82,6 @@
"switch": {
"after": false
},
"case": {
"after": false
},
"default": {
"after": false
},
Expand Down

0 comments on commit 3fd19f9

Please sign in to comment.