[TBID:ECX-9355] chore: merge master changes for release

This commit is contained in:
zhangjing1
2026-07-17 16:39:00 +08:00
parent 597ab9cf1b
commit 981105b1e9
69 changed files with 4830 additions and 388 deletions

View File

@@ -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"
]
}
}