bunny-admin/.eslintignore

21 lines
190 B
Plaintext
Raw Normal View History

2024-05-11 23:05:59 +08:00
# eslint 忽略检查 (根据项目需要自行添加)
*.sh
node_modules
*.md
*.woff
*.ttf
.vscode
.idea
dist
html
/public
/docs
.husky
.local
/bin
.eslintrc.js
.prettierrc.js
/src/mock/*