Skip to content

Commit

Permalink
chore(config): add curly spacing lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 17, 2022
1 parent 229a7c7 commit 96c1a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
{ "argsIgnorePattern": "^unused", "varsIgnorePattern": "^unused" }
],
"space-before-function-paren": ["error", "never"],
"object-curly-spacing": ["error", "always"],
"vue/html-indent": [
"error",
"tab",
Expand Down

0 comments on commit 96c1a25

Please sign in to comment.