Skip to content

Commit

Permalink
Remove explicit default options
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 21, 2020
1 parent e76ed2f commit 9c37dd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: false,
printWidth: 100,
semi: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
Expand Down

0 comments on commit 9c37dd7

Please sign in to comment.