Tag: vscode
-
Eslint, Typescript & VSCode
Intro I found myself doing a project with deep, complex nesting of callback functions and wanted to flag the reuse of argument names, such as: Since this is legit typescript syntax, you need to use a linter, such as ESLint, to indicate the problem in VSCode with the “no-shadow” rule. I found it frustrating trying…