basic2/.lintstagedrc
Hooray Hu 807e3f9402 v4.0
2023-10-29 23:00:06 +08:00

5 lines
142 B
Plaintext
Executable File

{
"*.{ts,tsx,vue}": "eslint . --cache --fix",
"*.{css,scss,vue}": "stylelint src/**/*.{css,scss,vue} --cache --fix --allow-empty-input"
}