basic2/.lintstagedrc

5 lines
96 B
Plaintext
Raw Normal View History

2021-12-13 14:53:01 +08:00
{
2023-12-22 16:44:41 +08:00
"*.{ts,tsx,vue}": "eslint --cache --fix",
"*.{css,scss,vue}": "stylelint --cache --fix"
2021-12-13 14:53:01 +08:00
}