From dc69cf26f74aafa641dc3386b15f5cc2cc1c20ae Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Tue, 14 Jun 2022 15:37:26 -0300 Subject: [PATCH] fix: remove ref to salesforce eslint config --- templates/sfdxPlugin/.eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/sfdxPlugin/.eslintrc.js b/templates/sfdxPlugin/.eslintrc.js index e10f918..24fd142 100644 --- a/templates/sfdxPlugin/.eslintrc.js +++ b/templates/sfdxPlugin/.eslintrc.js @@ -6,6 +6,5 @@ */ module.exports = { - extends: ["eslint-config-salesforce-typescript"], - parser: "@typescript-eslint/parser", + parser: '@typescript-eslint/parser', };