gitlab-org--gitlab-foss/.prettierrc
Mike Greiling c46b791911
Remove node 6 trailing comma support
This removes trailing commas from node scripts which previously
omitted them for compatiblity with node 6
2019-03-11 14:16:41 -05:00

5 lines
73 B
Text

{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}