Files
DinQuant/quantdinger_vue/.lintstagedrc.json
T

4 lines
65 B
JSON
Raw Normal View History

2025-12-29 03:06:49 +08:00
{
"*.js": "eslint --fix",
"*.{css,less}": "stylelint --fix"
}