style(custom): 换行符替换lf

This commit is contained in:
2023-10-10 15:20:10 +08:00
parent 5b33290de6
commit 4074cc4623
9 changed files with 6240 additions and 1516 deletions

View File

@@ -11,7 +11,8 @@
"lint:fix": "eslint --fix --ext .js,.vue .",
"lint:staged": "lint-staged",
"prepare": "husky install",
"preview": "vite preview"
"preview": "vite preview",
"lf": "npx prettier --write --end-of-line lf ."
},
"lint-staged": {
"*.{js,vue}": [