-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedgood-first-issueSomething that is suitable for those who want to start contributingSomething that is suitable for those who want to start contributinginternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
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
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedgood-first-issueSomething that is suitable for those who want to start contributingSomething that is suitable for those who want to start contributinginternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)