mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-04 04:57:53 +08:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
|
{
|
||
|
"src/**/*.js": "eslint --fix",
|
||
|
"src/**/*.{css,scss}": "stylelint --fix",
|
||
|
"src/**/*.vue": ["eslint --fix", "stylelint --fix"]
|
||
|
}
|