Skip to content

Commit

Permalink
fix: remove prettier/@typescript-eslint from eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Mar 7, 2021
1 parent d219450 commit cd8b9fb
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 @@ -10,7 +10,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 cd8b9fb

Please sign in to comment.