Configure prettier to use trailing commas

master
Kevin C. Coram 2019-09-04 23:20:44 -04:00
父節點 21d0211853
當前提交 34098189c8
簽署人: kevin
GPG Key ID: 0342351B3D61AD35
共有 1 個文件被更改,包括 2 次插入1 次删除

查看文件

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