cryptocoinjs / coininfo

JavaScript component for crypto currency specific information.
116 stars 114 forks source link

Use object shorthand for properties #107

Closed LinusU closed 2 years ago

LinusU commented 2 years ago

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

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

Compatibility: This change is not compatible with IE 11, but it seems like you are using Object.assign which isn't compatible either. I was unable to find an explicitly stated supported browser version

follow up of: #97