basic2/.lintstagedrc

5 lines
209 B
Plaintext
Raw Normal View History

2021-12-13 14:53:01 +08:00
{
2023-04-06 00:04:23 +08:00
"*.{ts,tsx,vue}": "eslint --cache --fix --no-ignore --no-error-on-unmatched-pattern --ext .ts,.tsx,.vue src/",
"*.{css,scss,vue}": "stylelint src/**/*.{css,scss,vue} --cache --fix --allow-empty-input"
2021-12-13 14:53:01 +08:00
}