DocumentCheck_vue/.lintstagedrc.json
panbaolin eebfa57d0e 11
2024-10-25 09:48:55 +08:00

4 lines
65 B
JSON

{
"*.js": "eslint --fix",
"*.{css,less}": "stylelint --fix"
}