basic2/.lintstagedrc

5 lines
96 B
Plaintext
Raw Permalink Normal View History

2021-12-13 14:52:54 +08:00
{
"*.{ts,tsx,vue}": "eslint --cache --fix",
"*.{css,scss,vue}": "stylelint --cache --fix"
2021-12-13 14:52:54 +08:00
}