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"
}