No no no. Linters. God. I tried them and none of them managed to play nice with all the various libraries... All I got was a mass of ugly highlighted 'wrong' code.
This after I painstakingly made my own linting rules.
I use sublime, but I meant that each third party library has their own idea of linting, some use BEM some use camelCase etc.. There's no way to consistently lint them all.
Linting is a great idea in theory but in practice there are way too many 'correct' approaches to writing code.