nfriedly / node-bestzip

Provides a `bestzip` command that uses the system `zip` if avaliable, and a Node.js implimentation otherwise.
MIT License
80 stars 16 forks source link

Add eslint #16

Closed remithomas closed 6 years ago

remithomas commented 6 years ago

Add eslint to project

nfriedly commented 6 years ago

Beautiful. I tweaked the settings a little to require strict mode and use prettier rather than specifying indentation and other formatting options.

I also added sub-configs for the bin & test folders to enable appropriate options there.