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