Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated tslint #30132

Open
MikeMcC399 opened this issue Aug 29, 2024 · 1 comment
Open

Replace deprecated tslint #30132

MikeMcC399 opened this issue Aug 29, 2024 · 1 comment
Labels
process: dependencies Related to internal dependencies type: chore Work is required w/ no deliverable to end user

Comments

@MikeMcC399
Copy link
Contributor

What would you like?

Replace the npm module tslint with eslint and typescript-eslint.

Why is this needed?

tslint is deprecated and the repo was archived in March 2021, meaning that it is no longer supported. The replacements eslint and typescript-eslint are current and are supported.

Other

Item Value
Deprecated npm module tslint
npm registry message TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.
Other message palantir/tslint#4534
GitHub repo https://github.com/palantir/tslint
Repo status Archived since Mar 25, 2021
Replacement npm module https://www.npmjs.com/package/typescript-eslint
Replacement repo https://github.com/typescript-eslint/typescript-eslint
Replacement documentation https://typescript-eslint.io/
Migration docs https://github.com/typescript-eslint/tslint-to-eslint-config

Where used:

Directory Version
packages/data-context "tslint": "^6.1.3"
packages/graphql "tslint": "^6.1.3"
packages/packherd-require "tslint": "^6.1.3"
packages/server "tslint": "^6.1.3"
packages/telemetry -
packages/v8-snapshot-require -
@jennifer-shehane jennifer-shehane added process: dependencies Related to internal dependencies type: chore Work is required w/ no deliverable to end user labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process: dependencies Related to internal dependencies type: chore Work is required w/ no deliverable to end user
Projects
None yet
Development

No branches or pull requests

3 participants
@jennifer-shehane @MikeMcC399 and others