chore(lint-staged): 更新lint-staged配置以包含server目录
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"{src,e2e}/**/*.{js,jsx,ts,tsx,vue}": [
|
"{server,src,e2e}/**/*.{js,jsx,ts,tsx,vue}": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"eslint --fix",
|
"eslint --fix",
|
||||||
"oxlint --fix"
|
"oxlint --fix"
|
||||||
|
|||||||
Reference in New Issue
Block a user