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