Skip to content

Commit

Permalink
Merge pull request #1405 from mo4islona/fix/lint
Browse files Browse the repository at this point in the history
fix: remove prettier/@typescript-eslint from eslint config
  • Loading branch information
kamilmysliwiec committed Jun 27, 2021
2 parents 255ca31 + 7913d1c commit 2b27e14
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 @@ -8,8 +8,7 @@ module.exports = {
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint'
'prettier'
],
root: true,
env: {
Expand Down

0 comments on commit 2b27e14

Please sign in to comment.