From 2cd516b508b3a8c8c64ad47f516f041ca028cbd7 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sun, 11 Sep 2022 06:52:12 -0400 Subject: [PATCH] chore(fix): Remove unnecessary @prettier/typescript-eslint As per this error message: ``` Cannot read config file: /path/to/projects/nestjs-passport/node_modules/eslint-config-prettier/@typescript-eslint.js Error: "prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21 ``` --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index f678df76..c34fdb3c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,7 +9,6 @@ module.exports = { 'plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended', 'prettier', - 'prettier/@typescript-eslint', ], root: true, env: {