c46b791911
This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
5 lines
73 B
Text
5 lines
73 B
Text
{
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|