Configure prettier to use trailing commas

master
Kevin C. Coram 2019-09-04 23:20:44 -04:00
コミット 34098189c8
署名者: kevin
GPGキーID: 0342351B3D61AD35
1個のファイルの変更2行の追加1行の削除

ファイルの表示

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