vscode/extensions/typescript-basics/snippets
Robert Massaioli f3ffbedd41
Update for-in loop to work with eslint:recommended (#99721)
The code in the automatic template will fail this eslint rule: https://eslint.org/docs/rules/no-prototype-builtins. This is just plain annoying.

This change will make the snippet generated code not fail the linter. It will also avoid the subtle bugs that the eslint rule was made to avoid in the first place.
2020-06-09 23:52:58 -07:00
..
typescript.code-snippets Update for-in loop to work with eslint:recommended (#99721) 2020-06-09 23:52:58 -07:00