ssbc / ssb-keys

keyfile operations for ssb
36 stars 26 forks source link

Tidy with ESLint:Recommended #69

Closed christianbundy closed 4 years ago

christianbundy commented 4 years ago

There are some unused variables, unused escape characters, and invalid JS (e.g. reassignment with var prefix) that makes this module harder to grok.

This commit applies the recommended ESLint ruleset to resolve these problems.

staltz commented 4 years ago

Thank you!