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.
7 comments
[ 2.9 ms ] story [ 34.8 ms ] threadThis after I painstakingly made my own linting rules.
Linting is a great idea in theory but in practice there are way too many 'correct' approaches to writing code.
To clarify this happens more for sass or css projects where variables need to be set according to the base library and linters go nuts over them.