microsoft / microsoft/vscode-edge-devtools
Outdated TSLint recommendation in CONTRIBUTING.md
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 827
- Forks
- 358
- Avg merge
- 20h 32m
- Merged PRs (30d)
- 10
Description
Description
The CONTRIBUTING.md file for the Microsoft Edge Tools for VS Code extension recommends using TSLint. However, TSLint has been deprecated in favor of ESLint. The documentation should be updated to reflect this change.
Steps to Reproduce
- Go to the CONTRIBUTING.md file in the repository.
- Notice the recommendation to use TSLint.
Expected Behavior
The documentation should recommend using ESLint instead of TSLint.
Environment
- Extension Version: 2.1.8
- VS Code Version: 1.97.2 (user setup)
- Operating System: Windows 11 Business, Version 24H2, OS build 26120.3291
Additional Context
ESLint is now the recommended linter for TypeScript projects. More information on migrating from TSLint to ESLint can be found here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open CONTRIBUTING.md and locate the recommendation to use TSLint. Update that documentation to recommend ESLint instead, then review the surrounding text and the linked migration guidance to confirm the wording is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100