From 597ceba27fc59cdaaffc59efbca394d14b3727e3 Mon Sep 17 00:00:00 2001 From: Twaha Rahman <39026437+Twaha-Rahman@users.noreply.github.com> Date: Mon, 25 May 2020 14:17:48 +0600 Subject: [PATCH] chore: add ESLint extension in .gitpod.yml (#38879) --- .gitpod.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 1ea24dc649..9d0a37cbd5 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -66,3 +66,8 @@ github: addBadge: false # add a label once the prebuild is ready to pull requests (defaults to false) addLabel: false + +vscode: + extensions: + - dbaeumer.vscode-eslint@2.1.5:9Wg0Glx/TwD8ElFBg+FKcQ== + - esbenp.prettier-vscode@4.7.0:kgoYSh1LwTixKtJtQWtodQ==