Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Reflections on ESLint's success
(
nczonline.net
)
15 points
by
louhike
on Feb 13, 2016
|
hide
|
past
|
favorite
|
3 comments
joshschreuder
on Feb 14, 2016
[–]
I just switched from JSHint to ESLint to try it out. So far I haven't noticed too much difference (I use it with SublimeLinter)
Wasn't aware of the custom rule thing... Does anyone have any examples of good custom rulesets?
Ambroos
on Feb 14, 2016
|
parent
[–]
The Airbnb styleguide and matching ESLint preset is quite popular and very complete:
https://github.com/airbnb/javascript/tree/master/packages/es...
grawlinson
on Feb 14, 2016
|
root
|
parent
[–]
To add to this, Mozilla have their own ESLint preset:
https://dxr.mozilla.org/mozilla-central/source/devtools/.esl...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Wasn't aware of the custom rule thing... Does anyone have any examples of good custom rulesets?