From 3ff5b2f18f33bb963eb500e44024482355835cb7 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 2 Jun 2024 12:29:38 +0530 Subject: [PATCH] This config is automatically included ...if you use any of the recommended configurations. https://typescript-eslint.io/users/configs/ --- desktop/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/.eslintrc.js b/desktop/.eslintrc.js index 44d03ef0c1..5fe9f27d86 100644 --- a/desktop/.eslintrc.js +++ b/desktop/.eslintrc.js @@ -3,7 +3,6 @@ module.exports = { root: true, extends: [ "eslint:recommended", - "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/strict-type-checked", "plugin:@typescript-eslint/stylistic-type-checked", ],