googlearchive / web-push-encryption

[Deprecated] Encryption Utilities for Web Push protocol
Apache License 2.0
84 stars 23 forks source link

Reorg #3

Closed gauntface closed 8 years ago

gauntface commented 8 years ago

cc @wibblymat @jeffposnick

This PR shuffles things around to accommodate growth on the repo over time (i.e. tests, more gulp tasks, docs . . . . )

This PR also moves rules into an eslintrc file and fixes the errors that were being raised by eslint.

Also added a badge for dependency checking.

Once everyone is happy with this PR will get travis up and running to track the linting.

wibblymat commented 8 years ago

Great work!

I like splitting out the gulp task, BTW, and I hope that we can eventually have a separate repo of these simple tasks we can reuse between projects.

With some minor grumbling about ESLint, LGTM :)

gauntface commented 8 years ago

I'm hoping with some of the work on WSK, we can move projects to over to shared tasks as well.