[其他] 初始化项目结构
This commit is contained in:
4
.lintstagedrc
Normal file
4
.lintstagedrc
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"*.{ts,vue,js,tsx,jsx}": ["prettier --write --no-verify ", "eslint --fix"],
|
||||
"*.{html,css,md,json}": "prettier --write",
|
||||
}
|
||||
Reference in New Issue
Block a user