Aura Everitt

Results 36 comments of Aura Everitt

Yup, it definitely makes sense to favour explicit links.

Argh, sorry. Creaking browser and poor aim with my clicking.

I may be wrong, but it looks like this issue from a different alpine based image: https://github.com/gliderlabs/docker-alpine/issues/255

It's actually [the other way around](https://github.com/jshint/jshint/blob/2.x/src/cli.js#L469). Config found in `package.json` takes priority over a `.jshintrc` file.

Cool. I'll prepare a pull request for you. I took a look the other day, but no access to the Node `fs` module made me cry. I don't dig promises....

I've opened a pull request, but I really need to debug this properly. I'm probably being daft, but how can I see the output from `console.log`s?

Weird. I didn't have much luck with that. It's late though. I'll sleep on it and return with a fresh mind.

Will the feature as implemented here cause problems later on?

The refactoring is mainly to avoid code duplication. I could just have copy-pasted-modified the existing promise and chained them together later on, but that would look messy IMO. I will...