Skip to content

Commit

Permalink
fix(prettier): add endOfLine to the prettier config
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires prettier 1.16.0
  • Loading branch information
GabeDuarteM committed Mar 31, 2019
1 parent ebf41c5 commit 642426c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
trailingComma: 'all',
singleQuote: true,
arrowParens: 'always',
endOfLine: 'lf',
}

0 comments on commit 642426c

Please sign in to comment.