mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-11 14:35:31 +08:00
[TBID:ECX-9355] chore: merge master changes for release
This commit is contained in:
@@ -131,9 +131,12 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,scss}": [
|
||||
"npm run eslint",
|
||||
"npm run prettier"
|
||||
"*.{js,jsx}": [
|
||||
"eslint --fix --ignore-path .eslintignore",
|
||||
"prettier --write"
|
||||
],
|
||||
"*.{vue,mjs,scss}": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"overrides": {
|
||||
|
||||
Reference in New Issue
Block a user