ops供应链系统迁移

This commit is contained in:
2025-05-09 17:32:57 +08:00
parent 49ea17df65
commit 405a45c002
332 changed files with 50221 additions and 124 deletions

8
lint-staged.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
"*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": ["prettier --write--parser json"],
"package.json": ["prettier --write"],
"*.vue": ["eslint --fix", "prettier --write", "stylelint --fix"],
"*.{scss,less,styl,html}": ["stylelint --fix", "prettier --write"],
"*.md": ["prettier --write"]
};