From ee942aab7eb9c382b2e619a84f12dd83620db2ed Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 3 Aug 2019 21:09:12 +0530 Subject: [PATCH] Vscode settings - Enable eslint for ts files --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5205f22..3676420 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,4 +8,10 @@ "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, + "eslint.validate": [ + "javascript", + "javascriptreact", + "typescript", + "typescriptreact" + ] } \ No newline at end of file