From 1ea4bd03d91c6f83cc55ec98a37f88c1abcccbc2 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 21 Feb 2021 16:51:48 +0100 Subject: [PATCH] ESLint: Remove prettier/@typescript-eslint This rule no longer exists. According to the documentation on https://github.com/prettier/eslint-config-prettier#installation this is not needed anymore. Signed-off-by: Philip Molares --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 952996713..16a57233e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,7 +13,6 @@ module.exports = { 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier', - 'prettier/@typescript-eslint', ], root: true, env: {