Closed tumland closed 8 years ago
I believe WebTorrent uses the JavaScript linter called 'standard', also created by @feross.
For consistency, I think it makes sense for PeerWeb to follow similar coding style. Standard tool will help.
We are using Standard :smile:
It isn't opinionated enough IMO so I layer on the airbnb style guide to fill in the gaps.
https://github.com/retrohacker/peerweb/blob/master/.eslintrc.json#L7
I believe WebTorrent uses the JavaScript linter called 'standard', also created by @feross.
For consistency, I think it makes sense for PeerWeb to follow similar coding style. Standard tool will help.