Skip to content

Commit

Permalink
Update .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
minbert authored Nov 18, 2020
1 parent 151909e commit 203a249
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
"parser": "typescript",
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "always"
}

0 comments on commit 203a249

Please sign in to comment.