Skip to content

Commit

Permalink
Edit ESLint config
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Apr 9, 2024
1 parent 6ef6e86 commit eaa6b69
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,10 @@
],
"indent": [
"error",
"tab"
"tab",
{
"SwitchCase": 1
}
],
"linebreak-style": "off",
"max-classes-per-file": "off",
Expand Down Expand Up @@ -775,14 +778,7 @@
}
],
"sort-vars": "off",
"space-before-function-paren": [
"error",
{
"anonymous": "never",
"asyncArrow": "always",
"named": "never"
}
]
"space-before-function-paren": "off"
},
"settings": {
"import/resolver": {
Expand Down

0 comments on commit eaa6b69

Please sign in to comment.