Skip to content

Commit

Permalink
prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
itsblok committed Sep 13, 2023
1 parent a3c04a8 commit f4d0871
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.md
*.vue
dist
pnpm-lock.yaml
cache
template
temp
!CHANGELOG.md
.temp
18 changes: 5 additions & 13 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 75
}

0 comments on commit f4d0871

Please sign in to comment.