Closed
Description
Summary
Nowadays, as online resources tend to be unlimited and available, programmers may write code using services like gitpod
. Contributing to powertools by using gitpod is a use case.
By looking at the definition of powertools for gitpod , i see the tslint plugin as required extension.
However the TSLint has been deprecated in favor of ESLint and the extension has also been deprecated in favor of ESLint's tooling.
- ms-vscode.vscode-typescript-tslint-plugin
Why is this needed?
Contribute to powertools project using gitpod and minimizing error fatigue .
By definition gitpod uses the extension tslint when writing code for powertools project.
Can be switched off manually , however for improvement a deprecated plugin should be removed.
Which area does this relate to?
Other
Solution
The extension tslint in gitpod.yml definition should be removed.
Acknowledgment
- This request meets Lambda Powertools Tenets
- Should this be considered in other Lambda Powertools languages? i.e. Python, Java