Skip to content

Commit

Permalink
chore: store Prettier configuration independently
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Oct 21, 2024
1 parent 1b2a5f9 commit a46e4fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"singleQuote": true,
"trailingComma": "none",
"semi": true,
"printWidth": 90,
"proseWrap": "never",
"endOfLine": "auto"
}
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,5 @@
},
"peerDependencies": {
"vue": "^3.2.47"
},
"prettier": {
"singleQuote": true,
"trailingComma": "none",
"semi": true,
"printWidth": 90,
"proseWrap": "never",
"endOfLine": "auto"
}
}

0 comments on commit a46e4fa

Please sign in to comment.