Skip to content

Commit

Permalink
chore(lint-config): prettier/@typescript-eslint has been merged into …
Browse files Browse the repository at this point in the history
…prettier

The package referenced in .eslintrc.js is no longer required and actively produces an error when
> @nestjs/mapped-types@1.2.0 lint
> eslint 'lib/**/*.ts' --fix is ran.
  • Loading branch information
MikeRossXYZ committed Jan 20, 2023
1 parent 5e9f032 commit 784c9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
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 784c9e6

Please sign in to comment.