DocumentCheck_vue/.lintstagedrc.json
2024-10-25 10:02:24 +08:00

4 lines
65 B
JSON

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