Skip to content

Commit

Permalink
add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszpmroz committed Apr 2, 2020
1 parent a9fa6c2 commit f479824
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
printWidth: 120,
semi: true,
tabWidth: 2,
useTabs: false,
};

0 comments on commit f479824

Please sign in to comment.