Skip to content

Commit

Permalink
prettier: Adjust arrowParens setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 10, 2020
1 parent beec036 commit 956085b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-env node */

module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'es5',
printWidth: 100,
Expand Down

0 comments on commit 956085b

Please sign in to comment.