observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 154 forks source link

Feature request: configuration file #126

Open fsmaia opened 6 years ago

fsmaia commented 6 years ago

It would be nice to have a configuration file like .precommitrc or something, to isolate configuration from package.json.

I think the implementation would be easy, since a lot of tools also follow this format. I can help with that too.

What do you think?

3rd-Eden commented 6 years ago

Just to let you know, it's on my radar. I already had code around that does this, just extracted it to it's own module, made it ES5 compatible and published it to npm as dotfig; https://github.com/3rd-Eden/dotfig

fsmaia commented 6 years ago

Nice, thanks! Count on me if help is needed!