Skip to content

Commit

Permalink
Add prettier config to ensure coherence across contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Mar 21, 2018
1 parent 072523f commit 1269a63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prettier.config.js
@@ -0,0 +1,5 @@
module.exports = {
semi: false,
singleQuote: true,
trailingComma: 'all',
}

0 comments on commit 1269a63

Please sign in to comment.