mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
{
|
|
"src/**/*.{js,jsx,ts,tsx}": "eslint --cache --fix",
|
|
"src/**/*.{css,scss}": "stylelint --cache --fix --allow-empty-input",
|
|
"src/**/*.vue": ["eslint --cache --fix", "stylelint --cache --fix --allow-empty-input"]
|
|
}
|