basic2/.lintstagedrc

6 lines
187 B
Plaintext
Raw Normal View History

2021-12-13 14:52:54 +08:00
{
2022-01-20 02:13:02 +08:00
"src/**/*.{js,jsx}": "eslint --fix",
2022-03-05 05:21:07 +08:00
"src/**/*.{css,scss}": "stylelint --fix --allow-empty-input",
"src/**/*.vue": ["eslint --fix", "stylelint --fix --allow-empty-input"]
2021-12-13 14:52:54 +08:00
}