polygonplanet / sublime-text-eslint

ESLint any JavaScript file in Sublime Text
24 stars 7 forks source link

SublimeLinter-eslint vs. sublime-text-eslint #17

Closed wzup closed 6 years ago

wzup commented 6 years ago

What are the differences in terms of using with ST3?

polygonplanet commented 6 years ago

SublimeLinter-eslint can lint in real time. But it use always the CPU (or your settings).

sublime-text-eslint can't lint in real time. It only simple lint in manually. It was forked from sublime-jshint