Skip to content

Commit

Permalink
chore(prettier): remove duplicate field
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Apr 1, 2024
1 parent 655e35a commit 8ccc185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ export default {
trailingComma: 'es5',
tabWidth: 2,
semi: false,
singleQuote: true,
trailingComma: 'none'
singleQuote: true
}

0 comments on commit 8ccc185

Please sign in to comment.