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", "parser": "typescript",
"printWidth": 80, "printWidth": 80,
"tabWidth": 2, "tabWidth": 2,
"semi": false, "semi": false,
"singleQuote": true, "singleQuote": true,
"parser": "typescript", "trailingComma": "none",
"quoteProps": "consistent" "quoteProps": "consistent"
} }