Configure prettier to use trailing commas

master
Kevin C. Coram 2019-09-04 23:20:44 -04:00
parent 21d0211853
commit 34098189c8
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 2 additions and 1 deletions

View File

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