Skip to content

Commit

Permalink
Merge pull request #738 from MitchellCash/prettier-config
Browse files Browse the repository at this point in the history
fix: all prettier configs have been merged into one
  • Loading branch information
kamilmysliwiec committed Mar 27, 2023
2 parents 07db11c + bebb7e7 commit cc7839a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
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 cc7839a

Please sign in to comment.