chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Fix pre-commit #62

Closed chrisleee closed 7 years ago

chrisleee commented 7 years ago

I temporarily removed the hook, so it doesn't actually do anything at the moment.

jallier commented 7 years ago

I've been looking into this, I think its due to there being 3 package.json files. I tried using one 'master' package.json file in the root dir in addition to the other 3, but that didn't seem to work.

Temporary workaround is disable completely and ask contributors to run npm run lint-staged on their staged files before every commit, or provide pre-commit hooks we can install locally. See #65

chrisleee commented 7 years ago

69