Skip to content

Commit

Permalink
additional prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
janczizikow committed Dec 2, 2020
1 parent d99dbaa commit 85f1004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
@@ -1,5 +1,6 @@
{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}

0 comments on commit 85f1004

Please sign in to comment.