-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
tools: lint TypeScript files #55702
Copy link
Copy link
Closed as not planned
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.stalestrip-typesIssues or PRs related to strip-types supportIssues or PRs related to strip-types supporttoolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.stalestrip-typesIssues or PRs related to strip-types supportIssues or PRs related to strip-types supporttoolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.
Type
Projects
Status
Awaiting Triage
What is the problem this feature will solve?
Since
--experimental-typescript-supportlanded there are more and more TypeScript file in the codebase (especially in the test folder).Currently those are ignored by the
make lintjob.What is the feature you are proposing to solve the problem?
Add the eslint typescript plugin, so we can have linting for TypeScript files.
What alternatives have you considered?
Manually format 😿