Commit c811277f authored by 成旭东's avatar 成旭东

fix

parent 85f9cd4f
Pipeline #27835 passed with stage
in 2 minutes 35 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