mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
feat: 添加 ESLint 和 Prettier 配置,集成自动格式化工作流
This commit is contained in:
18
.prettierignore
Normal file
18
.prettierignore
Normal file
@@ -0,0 +1,18 @@
|
||||
node_modules/
|
||||
.output/
|
||||
.nuxt/
|
||||
dist/
|
||||
build/
|
||||
public/build/
|
||||
.vscode/
|
||||
.pnp.*
|
||||
coverage/
|
||||
*.log
|
||||
*.lock
|
||||
pnpm-lock.yaml
|
||||
.env
|
||||
.env.*
|
||||
.DS_Store
|
||||
|
||||
# ignore generated images
|
||||
public/images/generated/
|
||||
Reference in New Issue
Block a user