basic2/.lintstagedrc

6 lines
147 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",
2021-12-13 14:52:54 +08:00
"src/**/*.{css,scss}": "stylelint --fix",
"src/**/*.vue": ["eslint --fix", "stylelint --fix"]
}