From a0d034f0af1a2f362d0ac7df394dd9155a049850 Mon Sep 17 00:00:00 2001 From: Sami Musallam Date: Mon, 1 May 2023 20:47:56 +0300 Subject: [PATCH] fix(eslint-config): replace gts with prettier and eslint (#1439) * fix(eslint-config): replace gts with prettier and eslint recommended config * fix(eslint-config): using the core repo's configuration --------- Co-authored-by: Haddas Bronfman <85441461+haddasbronfman@users.noreply.github.com> --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3cd1a8f720..0e70815c6b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@types/mocha": "8.2.3", "@types/node": "18.11.7", "@types/webpack-env": "1.16.2", - "gts": "3.1.0", "@jsdevtools/coverage-istanbul-loader": "3.0.5", "karma": "6.3.16", "karma-chrome-launcher": "^3.1.1",