Skip to content

Commit

Permalink
Fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 31, 2020
1 parent d46be38 commit 31ac5f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .prettierrc
@@ -1,5 +1,7 @@
{
"arrowParens": "avoid",
"printWidth": 100,
"singleQuote": true,
"useTabs": true,
"printWidth": 100
"trailingComma": "none",
"useTabs": true
}

0 comments on commit 31ac5f5

Please sign in to comment.