ChrisVilches / sakura-dori

Frontend for viewing data scraped by Youtube Chat Logger. Message archive browser.
http://cloud.chrisvilches.com/sakura-dori/
0 stars 0 forks source link

Project doesn't have a linter #8

Closed ChrisVilches closed 1 year ago

ChrisVilches commented 1 year ago

It should have a linter & auto-formatter.

ChrisVilches commented 1 year ago

Added two scripts:

    "format:js": "standard --fix",
    "format:pug": "pug-lint src/views/"

Also, formatted all files.