mongodb-js / is-mongodb-running

Is MongoDB running? What port is it using?
Apache License 2.0
3 stars 3 forks source link

Update homepage and fix eslint errors and warnings #6

Closed addisonElliott closed 6 years ago

addisonElliott commented 6 years ago

Update homepage to be the GitHub page. Previously set to mongodb-js GitHub pages link that was invalid.

When running eslint checks, the following errors would occur:

1:1  error  Rule 'space-after-keywords' was removed and replaced by: keyword-spacing  space-after-keywords

This was fixed in version 2.1.0 of eslint-mongodb-js package. Just needed updated.

Remove unused module.

Clean up no-console warnings with single-line eslint disables. The console seems appropiate here.

imlucas commented 6 years ago

Thanks!