Palindrom / JSONPatcherProxy

ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
94 stars 14 forks source link

Experiment: linting with StandardJS #51

Closed warpech closed 5 years ago

warpech commented 5 years ago

Just for fun, change analogous to https://github.com/Palindrom/JSONPatcherProxy/pull/50, but using https://standardjs.com/ instead of ESLint.

I don't prefer StandardJS to AirBnb ESLint, because StandardJS didn't capture any of the significant problems listed in https://github.com/Palindrom/JSONPatcherProxy/pull/50 OP.

warpech commented 5 years ago

Me and @tomalec decided to close this in favor of https://github.com/Palindrom/JSONPatcherProxy/pull/50