feat(projects): 项目初始化搭建,集成eslint规范,集成代码提交规范

This commit is contained in:
Soybean
2021-05-28 00:32:34 +08:00
commit 6754da4d83
24 changed files with 5527 additions and 0 deletions

14
.eslintignore Normal file
View File

@ -0,0 +1,14 @@
*.sh
node_modules
lib
*.md
*.woff
*.ttf
.vscode
.idea
/dist/
/mock/
/public
/docs
.vscode
.local