paralleldrive / cuid

Collision-resistant ids optimized for horizontal scaling and performance.
Other
3.44k stars 123 forks source link

Consider Standard JavaScript? #31

Closed therealklanni closed 9 years ago

therealklanni commented 9 years ago

Would you consider moving away from jshint/eslint to use Standard JavaScript instead?

ericelliott commented 9 years ago

No. ESLint. =)

Standard JavaScript is missing a lot of ESLint features we need, and... they call it Standard JavaScript, but they promote a style that is not the least bit idiomatic.

Calling something "standard" doesn't make it so.

ericelliott commented 9 years ago

I edited the above comment after I realized this wasn't one of the boilerplate repos. ;)

therealklanni commented 9 years ago

I agree with your points. I'm also not completely onboard with it, but lots of influential folks are starting to use it, so I thought I'd ask. :)