diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e4517d..a0b07a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,17 @@ { "editor.defaultFormatter": "dbaeumer.vscode-eslint", + "eslint.validate": [ + "javascript", + "typescript", + "javascriptreact", + "typescriptreact", + "vue", + "html", + "markdown", + "json", + "jsonc", + "json5" + ], // Set the default "editor.formatOnSave": true, // Enable per-language