style(custom): 换行符替换lf
This commit is contained in:
@@ -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}": [
|
||||
|
||||
Reference in New Issue
Block a user