Closed clkao closed 8 years ago
+1 for the lint script, but -1 from me on the pre-commit hook. those just keep annoying me :/
Is it the additional stdout being annoying (this can be disabled easily)? or the fact the lint is run during pre-commit?
I found this useful for reducing roundtrips in casual PR not noticing the styles. Alternatively, we can also add a CI check in github though.
It's simply that i run npm test
before committing anyways, so this would be two lint runs
Oh this repo has no npm test yet ;)
i'd add standard as the test script and add travis to this repo. that works quite well.
and not have the precommit hook. you can have an npm script that sets that up though if it helps your workflow :)
ok this is being the sole npm test
for now, and travis is enabled in my fork: https://travis-ci.org/clkao/hyperdrive-ui/builds/136925488
@karissa can you enable travis-ci in this repo?
ok activated on travis!
Closes #39