mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 04:12:45 +08:00
20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"eslint.options": {
|
|
// "configFile": "./eslintrc.js",
|
|
"rules": {
|
|
"no-restricted-syntax": "off"
|
|
}
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"vue",
|
|
"html",
|
|
"typescript",
|
|
"typescriptreact"
|
|
]
|
|
}
|