LSSE-front/.lintstagedrc.json
2025-08-06 19:10:12 +08:00

4 lines
65 B
JSON

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