Skip to content

Commit

Permalink
Merge pull request #1032 from jrobeson/remove-prettier-ts-eslint
Browse files Browse the repository at this point in the history
chore(fix): Remove unnecessary @prettier/typescript-eslint
  • Loading branch information
kamilmysliwiec authored Nov 21, 2022
2 parents 1805a12 + 2cd516b commit a1bbfec
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 a1bbfec

Please sign in to comment.