2 results for ESLint
develwoutacause’s Twitter Archive—№ 781
Is there a #TypeScript or #ESLint option to prevent accidentally putting "[object Object]" into a string? Something that would catch: const foo = async () => 'test'; console.log(Hi: ${foo()}); I
develwoutacause’s Twitter Archive—№ 1,241
@Snebjorn @angular @geteslint ESLint is similar, the difference is thag extended diagnostics are trying to catch common mistakes and raising them *before* you've wasted hours debugging. Linters are often run