set trailing trailingComma to none

This commit is contained in:
Fred K. Schott
2019-11-13 09:50:13 -08:00
parent ca14d1b108
commit a5d83900d9

View File

@@ -1,9 +1,9 @@
{
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"parser": "typescript",
"quoteProps": "consistent"
"parser": "typescript",
"printWidth": 80,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"quoteProps": "consistent"
}