Go beyond eslint limits with these 3 tricks

from blog Vladimir Klepov as a Coder, | ↗ original
My current obsession with statically checking JS code got me to appreciate eslint even more. Recently, I've shown you how to use no-restricted-syntax to lint almost anything. Still, like any tool, eslint has its limits — often a precise rule bends eslint too much, and is not practical to support. For example, eslint can't look into another...