Skip to content

Commit

Permalink
fix: all prettier configs have been merged into one
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellCash committed Mar 24, 2023
1 parent 30ae70d commit bebb7e7
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 bebb7e7

Please sign in to comment.