Configure prettier to use trailing commas

master
Kevin C. Coram 2019-09-04 23:20:44 -04:00
父節點 21d0211853
當前提交 34098189c8
簽署人: kevin
GPG 金鑰 ID: 0342351B3D61AD35
共有 1 個檔案被更改,包括 2 行新增1 行删除

查看文件

@ -1,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"trailingComma": "all"
}