style: more comma

This commit is contained in:
EnixCoda 2019-02-20 12:16:42 +08:00
parent f39ba9c96f
commit b877c258cc
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -63,6 +63,6 @@
"printWidth": 100,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
"trailingComma": "all"
}
}