coopernurse / node-pool

Generic resource pooling for node.js
2.38k stars 259 forks source link

Eslint-ing #118

Closed sandfox closed 8 years ago

sandfox commented 8 years ago

A first attempt at linting fixes #110

felixfbecker commented 8 years ago

I think the code is now in a much better state than before. :+1:

felixfbecker commented 8 years ago

You should also update the examples in the readme to standard style.

sandfox commented 8 years ago

Ah yes, I think I might do that as part of #117 - where I basically plan to put most of the codeblocks into an examples folder so they can get linted and somehow (probably manually to start with) sync them up with the copies in the README.