Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-test into dev
  • Loading branch information
ruan-cat committed May 12, 2024
2 parents aa9f0bd + d545f14 commit 028b3e6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ dist
.idea

.vercel

8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://prettier.io/docs/en/ignore.html#ignoring-files-prettierignore

# 全部的json文件 都默认不忽略 都要做格式化
!**/*.json

# 全部以tsconfig开头的 尾缀为json的配置文件 都被忽略
tsconfig*.json

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.ignorePath": "../.prettierignore"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vuepress/bundler-vite": "2.0.0-rc.9",
"cpx2": "^7.0.1",
"markdown-it": "^14.1.0",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"vue": "^3.4.26",
"vuepress": "2.0.0-rc.9",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 028b3e6

Please sign in to comment.