From d0794d8261debd70b1260bb97f20148bf4017f5b Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 15 Mar 2021 16:50:43 +0100 Subject: [PATCH] Update eslint-prettier config for 8.x --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 073a3ab2..ece2ab1a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -21,7 +21,6 @@ module.exports = { "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "prettier", - "prettier/@typescript-eslint", "plugin:sonarjs/recommended" ], "parser": "@typescript-eslint/parser",