dylang / shortid

Short id generator. Url-friendly. Non-predictable. Cluster-compatible.
https://www.npmjs.org/package/shortid
Other
5.74k stars 258 forks source link

`encode` is unused #120

Closed broofa closed 6 years ago

broofa commented 6 years ago

This line: https://github.com/dylang/shortid/blob/master/lib/index.js#L4

Edit: Consider switching to ESLint? It catches this sort of thing and, imho, is just a better linter all-around.

ai commented 6 years ago

Fixed.

Feel free to send PR with ESLint. I like ESLint too.