ipld / js-ipld-dag-cbor

JavaScript implementation of the IPLD dag-cbor format.
MIT License
53 stars 26 forks source link

Use object shorthand for properties #126

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: The source code is transpiled before publishing, so this should be good to go ✅

codecov[bot] commented 4 years ago

Codecov Report

Merging #126 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   96.19%   96.19%           
=======================================
  Files           3        3           
  Lines         105      105           
=======================================
  Hits          101      101           
  Misses          4        4           
Impacted Files Coverage Δ
src/util.js 96.10% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e64559d...d409037. Read the comment docs.

vmx commented 4 years ago

Thanks for the PR and even force-pushing it to have conventional commit message!