samwho / symbol.wtf

A dumb website I made for when I need a symbol.
https://symbol.wtf/
MIT License
61 stars 42 forks source link

Add support for Yarn, eslint, and prettier. #51

Closed qwell closed 5 months ago

qwell commented 5 months ago

This lets you run the following (after running yarn install):

Note that I didn't run yarn format, as that would break existing PRs. This can be merged independently of anything else...maybe -- probably best merge after #43.

samwho commented 5 months ago

I'd much rather this project be entirely static JS, without anything like package managers in the mix. I'm a strong fan of linters and whatnot but I don't think this project justifies their use.