Files
monisuo/admin-web/.lintstagedrc

5 lines
96 B
Plaintext
Raw Normal View History

2026-03-22 01:07:31 +08:00
{
"*.{ts,tsx,vue}": "eslint --cache --fix",
"*.{css,scss,vue}": "stylelint --cache --fix"
}