mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
411 stars 93 forks source link

Use object shorthand for properties #118

Closed LinusU closed 4 years ago

LinusU commented 4 years ago

This rule is on its way into the latest Standard ☺️

ref: https://github.com/standard/eslint-config-standard/pull/166

Compatibility: This syntax is available from Node.js 4.x and up, and this module already uses Buffer.alloc introduced in Node.js 5.10 ✅

mafintosh commented 4 years ago

nice!