Skip to content

Commit

Permalink
feat(prettier): format all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Oct 3, 2018
1 parent 5ee078e commit fe7711c
Show file tree
Hide file tree
Showing 40 changed files with 638 additions and 377 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/assets/
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 140,
"trailingComma": "none",
"singleQuote": true,
"semi": false
}
Loading

0 comments on commit fe7711c

Please sign in to comment.