Skip to content

Commit

Permalink
prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien TASSIN committed May 9, 2018
1 parent d1fbba6 commit 97b1b1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'avoid',
};

0 comments on commit 97b1b1a

Please sign in to comment.