Hacker News new | ask | show | jobs
by HaoZeke 3138 days ago
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.

1 comments

You shouldn't be linting third party code to begin with.
True, but for that I'd need to constantly ignore files from my linter.. Also not an ideal solution.

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.