mirror of
https://github.com/likeshop-github/likeadmin_go.git
synced 2025-12-24 13:07:57 +08:00
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"css.validate": false,
|
|
"less.validate": false,
|
|
"scss.validate": false
|
|
}
|