Skip to content

Commit

Permalink
chore(fix): Remove unnecessary @prettier/typescript-eslint
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
Johnny Robeson committed Sep 16, 2022
1 parent aca485c commit 2cd516b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint',
],
root: true,
env: {
Expand Down

0 comments on commit 2cd516b

Please sign in to comment.