basic2/.lintstagedrc
2023-12-22 16:45:00 +08:00

5 lines
96 B
Plaintext
Executable File

{
"*.{ts,tsx,vue}": "eslint --cache --fix",
"*.{css,scss,vue}": "stylelint --cache --fix"
}