Skip to content

Commit

Permalink
Add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
markusenglund committed Dec 13, 2020
1 parent 808c76f commit 0ae83f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ demo
.eslintrc
.gitignore
.prettierignore
.prettierrc
.vscode
stats.json
webpack.config.js
Expand Down
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"trailingComma": "none",
"arrowParens": "avoid"
}

0 comments on commit 0ae83f7

Please sign in to comment.