tinylibs / tinybench

🔎 A simple, tiny and lightweight benchmarking library!
MIT License
1.74k stars 36 forks source link

chore: remove unnecessary dependencies #14

Closed nickserv closed 2 years ago

nickserv commented 2 years ago

When working on #13 I noticed there were some development packages copied over from tinyspy that we don't seem to use.

Aslemammad commented 2 years ago

Let's close this, since we actually need some of these dependencies! Anyways, thank you for the PR.

nickserv commented 2 years ago

Which do you need? I don't think all of them are necessary, since some of the tools like Husky aren't configured for this repo yet.

Aslemammad commented 2 years ago

Could you config husky with eslint for this repo?

nickserv commented 2 years ago

Personally, I don't think Husky is necessary any more now that core.hooksPath is built into git. I've created an example of a similar hook without Husky at #15, let me know what you think.

Also, how about removing some other dependencies besides Husky?

Aslemammad commented 2 years ago

The hook PR looks good for me if it works.