mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-02 03:57:37 +08:00
6 lines
187 B
Plaintext
6 lines
187 B
Plaintext
{
|
|
"src/**/*.{js,jsx}": "eslint --fix",
|
|
"src/**/*.{css,scss}": "stylelint --fix --allow-empty-input",
|
|
"src/**/*.vue": ["eslint --fix", "stylelint --fix --allow-empty-input"]
|
|
}
|