Vim With ESLint
July 7, 2017
If you’re looking to add ESLint capabilities to Vim, check out ALE (Asynchronous Lint Engine). It’s faster than syntastic, and provides real-time as-you-type lint updates without any blocking or slowness. It’s great.
Categories: Software