wx-starlock/.lintstagedrc.json
2025-02-06 11:37:41 +08:00

10 lines
147 B
JSON

{
"src/**/*.{vue,js}": [
"npm run prettier",
"npm run eslint"
],
"src/**/*.{vue,scss,css,less}": [
"npm run stylelint:out"
]
}