-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Labels
enhancementNew feature or requestNew feature or request
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request