mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-02 12:07:41 +08:00
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll.stylelint": true
|
|
},
|
|
"stylelint.validate": ["css", "scss", "vue"]
|
|
}
|