Files

5 lines
95 B
Plaintext
Raw Permalink Normal View History

2026-07-30 16:04:34 +08:00
{
"*.{js,ts,vue}": "eslint --cache --fix",
"*.{css,scss,vue}": "stylelint --cache --fix"
}