Created by: john-james-gh
I would like to remove documentation that is no longer relevant (outdated). It is regarding ESLint extension for Visual Studio Code and its Typescript support. https://github.com/Microsoft/vscode-eslint/issues/609
Before ESLint extension version 2.0.4 (before December 16, 2019 source:
https://github.com/microsoft/vscode-eslint/releases), the extension did not have Typescript support (auto-fix feature) enabled by default and it had to be enabled manually by adding a specific configuration in .vscode/settings.json
(the block removed by this PR)
As aforesaid, this issue with ESLint not having TypeScript support enabled by default has been fixed with version 2.0.4 (released on Dec 16, 2019) and this block of code (workaround) is no longer relevant. source: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
In fact this configuration is now squiggle-lined once added to .vscode/settings.json
with a warning as shown in the screenshot.