Added prettier and updated deps

This commit is contained in:
ポール ウェッブ 2018-10-05 12:48:40 -05:00
parent 44dbbd6b1e
commit 63c11c77cd

View file

@ -6,6 +6,6 @@
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"tabs": false,
"tabWidth": 2
"tabWidth": 2,
"useTabs": false
}