Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
chore(lint): use indent in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Jan 18, 2024
1 parent 38efd89 commit 19d74ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"rules": {
"indent": ["error", 2],
"indent": ["error", 2, { "SwitchCase": 1 }],
"no-unused-vars": "warn",
"semi": ["error", "always"],
"quotes": ["error", "single"],
Expand Down

0 comments on commit 19d74ec

Please sign in to comment.