16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"eslint.validate": [ "javascript", "typescript", "html"],
|
|
|
|
"eslint.options": {
|
|
"extensions": [".js", ".ts", "html"]
|
|
},
|
|
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
},
|
|
"[html]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
|
},
|
|
"eslint.enable": false
|
|
} |