Skip to content

Commit

Permalink
lint: upgrade linter and fix all lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal authored and hacdias committed Oct 5, 2019
1 parent 4dbd20c commit 72b5298
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 392 deletions.
1 change: 1 addition & 0 deletions example.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ const multicodec = require('multicodec')

const prefixedProtobuf = multicodec.addPrefix('protobuf', Buffer.from('some protobuf code'))

// eslint-disable-next-line no-console
console.log(prefixedProtobuf)
// => prefixedProtobuf 0x50...
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"varint": "^5.0.0"
},
"devDependencies": {
"aegir": "^18.2.2",
"aegir": "^20.2.0",
"bent": "^7.0.1",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
Expand Down
Loading

0 comments on commit 72b5298

Please sign in to comment.