Commit 46808ab4 authored by 成旭东's avatar 成旭东

fix

parent 9823bb44
Pipeline #27853 passed with stage
in 3 minutes 27 seconds
......@@ -32,6 +32,11 @@
"test:component": "umi test ./src/components",
"tsc": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
},
"lint-staged": {
"**/*.less": "stylelint --syntax less",
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment