🐳 chore(settings): 修改settings.json
This commit is contained in:
parent
74ea752e46
commit
5b21921a21
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@ -1,5 +1,17 @@
|
|||||||
{
|
{
|
||||||
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
||||||
|
"eslint.validate": [
|
||||||
|
"javascript",
|
||||||
|
"typescript",
|
||||||
|
"javascriptreact",
|
||||||
|
"typescriptreact",
|
||||||
|
"vue",
|
||||||
|
"html",
|
||||||
|
"markdown",
|
||||||
|
"json",
|
||||||
|
"jsonc",
|
||||||
|
"json5"
|
||||||
|
],
|
||||||
// Set the default
|
// Set the default
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
// Enable per-language
|
// Enable per-language
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user