Skip to content

Commit

Permalink
config: 修改 prettier 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed Feb 17, 2024
1 parent 2e66b7c commit 0532e67
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
21 changes: 21 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"proseWrap": "never",
"endOfLine": "auto",
"semi": true,
"tabWidth": 4,
"htmlWhitespaceSensitivity": "strict",
"overrides": [
{
"files": "*rc",
"options": {
"parser": "json"
}
}
],
"plugins": [
"prettier-plugin-tailwindcss"
]
}
26 changes: 0 additions & 26 deletions .prettierrc.js

This file was deleted.

0 comments on commit 0532e67

Please sign in to comment.