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", ],