LSSE-front/.lintstagedrc.json

4 lines
65 B
JSON
Raw Permalink Normal View History

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