|
|
|
|
|
by mmgutz
4151 days ago
|
|
I do javascript full stack and use eslint + vim for many hours/day. I don't notice the slowness. It may be one of those benchmarks that doesn't translate to real world productivity. Eslint has more rules than JSHint, easier to configure (errors display the rule name) and more accurate. The real competition is JSCS. |
|