Skip to content

Outdated TSLint recommendation in CONTRIBUTING.md #2807

@jrn1993

Description

@jrn1993

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

  1. Go to the CONTRIBUTING.md file in the repository.
  2. 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions