Skip to content

Commit

Permalink
chore(conf): Update config format
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 5, 2018
1 parent 287cb8b commit a99d978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
printWidth: 80,
singleQuote: true,
trailingComma: 'es5',
arrowParens: 'always',
printWidth: 80,
singleQuote: true,
trailingComma: 'es5',
arrowParens: 'always',
};

0 comments on commit a99d978

Please sign in to comment.