Update Prettier Print WIdth to 100

This commit is contained in:
Tim Zallmann 2018-03-23 12:26:57 +01:00
parent f87ad66cee
commit 9b1f5b68c7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}