orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Implementing standardjs Linter #194

Closed aphelionz closed 5 years ago

aphelionz commented 5 years ago

Description (Required)

Implements the standardjs linter. https://standardjs.com

Scripts

This modifies the npm run lint command as well as adds the standard options to package.json itself.

Dependency Changes

standard - https://standardjs.com

Also note that this removes all eslint* dependencies

haadcode commented 5 years ago

Looks good @aphelionz! Thank you for adding the linter 👍

RichardLitt commented 5 years ago

Agreed. Thanks, @aphelionz and @haadcode.