Skip to content

Commit

Permalink
Add prettier config and format component.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Dec 18, 2023
1 parent 5c56d31 commit 2f6d79b
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 299 deletions.
12 changes: 12 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"singleQuote": false,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"printWidth": 120,
"vueIndentScriptAndStyle": true,
"quoteProps": "as-needed",
"arrowParens": "avoid"
}
Loading

0 comments on commit 2f6d79b

Please sign in to comment.