chore: add prettier as linter

This commit is contained in:
Mr.Hope
2023-04-26 11:57:55 +08:00
parent c0ca9e0966
commit ac4a955bd1
12 changed files with 153 additions and 97 deletions

12
.prettierignore Normal file
View File

@@ -0,0 +1,12 @@
# VuePress Cache
**/.vuepress/.cache/**
# VuePress Temp
**/.vuepress/.temp/**
# VuePress static files
**/.vuepress/public/**
# Node modules
node_modules/
# pnpm lock file
pnpm-lock.yaml