Files
DinQuant/quantdinger_vue/.lintstagedrc.json
T

4 lines
65 B
JSON

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