Closed kianmeng closed 2 years ago
Hey @kianmeng! If we relied on npm it would definitely make sense to have a formatting task, however kino_db
doesn't require node at all, so I wouldn't add this check. Given that we have a relatively small amount of js/css I think that's fine.
That said, I would happily merge the formatting changes to js/css files :) Note that we don't want to format .livemd
with prettier, since it's already formatted by Livebook pretty much.
@jonatanklosko Thanks for letting me know. I've updated the changes as requested.
:partying_face: :partying_face: :partying_face: :partying_face: :partying_face:
Formatted via
prettier -w **/*.{js,css}