markdown-pdf icon indicating copy to clipboard operation
markdown-pdf copied to clipboard

Use object shorthand for properties

Open LinusU opened this issue 4 years ago • 2 comments

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

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

(re. Node.js compatibility: your package.json indicates that Node 0.10 is supported, but there is currently syntax in use that only works on Node.js 6.x, and the tests are run on 10.x. The syntax introduced in this PR is compatible with Node.js 4.x)

LinusU avatar Apr 26 '20 09:04 LinusU

Coverage Status

Coverage remained the same at 87.671% when pulling c2cd1e03247806d900db5b1654ba07700dffcafe on LinusU:object-shorthand into 5bdda51e6d234aea41cc84642a413b8718ef7b8f on alanshaw:master.

coveralls avatar Apr 26 '20 09:04 coveralls

ping @alanshaw, any thoughts on merging this? ☺️

LinusU avatar Oct 16 '21 13:10 LinusU