max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

style: fix new `standard` linting #128

Closed theoludwig closed 2 years ago

theoludwig commented 2 years ago

This PR update standard to the next version (v17) coming soon and fixes linting issues (using standard --fix). This allows having the test-external of standard passing for maxogden/extract-zip, before releasing to stable, we ensure that the ecosystem can easily upgrade without issues.

Related: https://github.com/standard/standard/issues/1777

This new version includes:

theoludwig commented 2 years ago

This PR has no recent activity, and probably won't be merged for a long time and as I don't want/have time to do the job for this PR, I decided to close it.

Feel free to open another PR yourself based on this one if you want this to be implemented.