3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

prettier: enable dangling commas

This commit is contained in:
Dragory 2019-02-09 13:23:35 +02:00
parent f4f53599bc
commit a96ecb762b

View file

@ -1,3 +1,4 @@
{
"printWidth": 120
"printWidth": 120,
"trailingComma": "all"
}