aprzn123 / TheThirdCan

A browser extension designed to improve https://twocansandstring.com
MIT License
7 stars 4 forks source link

dev dependencies #40

Closed HumanoidSandvichDispenser closed 1 year ago

HumanoidSandvichDispenser commented 1 year ago

I wonder if it is fine to include dev dependencies, since it was stated that there should be no node_modules. I assume that was to make packaging easier, and dev dependencies are only used for testing/development. The reason I ask is for code linters and prettifiers, so I am wondering if it is okay.

I think the code formatting should be another issue, but that should probably be discussed when #22 is resolved.

aprzn123 commented 1 year ago

I think linting and prettifying would be useful to use tools for. Once we set a standard, we can try to set up Github CI for that, too. Dev dependencies are fine, node is just painful and I would rather not require people use it.