daofu-gov-pc/.lintstagedrc

6 lines
187 B
Plaintext
Raw Normal View History

2024-01-23 09:11:49 +08:00
{
"src/**/*.{js,jsx}": "eslint --fix",
"src/**/*.{css,scss}": "stylelint --fix --allow-empty-input",
"src/**/*.vue": ["eslint --fix", "stylelint --fix --allow-empty-input"]
}