mcollina / reusify

Reuse objects and functions with style
MIT License
162 stars 18 forks source link

Use object shorthand for properties #11

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

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a2620172773f7ebbe1a88b565417e57032a4b333 on LinusU:object-shorthand into 497078211ac9450b84282b6a9122b1519ed1eb77 on mcollina:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a2620172773f7ebbe1a88b565417e57032a4b333 on LinusU:object-shorthand into 497078211ac9450b84282b6a9122b1519ed1eb77 on mcollina:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a2620172773f7ebbe1a88b565417e57032a4b333 on LinusU:object-shorthand into 497078211ac9450b84282b6a9122b1519ed1eb77 on mcollina:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a2620172773f7ebbe1a88b565417e57032a4b333 on LinusU:object-shorthand into 497078211ac9450b84282b6a9122b1519ed1eb77 on mcollina:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a2620172773f7ebbe1a88b565417e57032a4b333 on LinusU:object-shorthand into 497078211ac9450b84282b6a9122b1519ed1eb77 on mcollina:master.

mcollina commented 4 years ago

I would not force a semver-major bump down the chain for a change due to the linter (it’s true for all the modules I maintain).

LinusU commented 4 years ago

I would not force a semver-major bump down the chain for a change due to the linter (it’s true for all the modules I maintain).

Of course not, I made a mistake when checking for support Node.js versions! Sorry about this!