Skip to content

Commit

Permalink
fix(eslint): update eslint configuration (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
knzeng-e authored Sep 19, 2021
1 parent 23333b6 commit 089872f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint',
],
root: true,
env: {
Expand All @@ -34,4 +33,4 @@ module.exports = {
},
],
},
};
};

0 comments on commit 089872f

Please sign in to comment.