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

tools: lint typescript files #55709

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

RedYetiDev
Copy link
Member

Fixes #55702 by enabling typescript-eslint on TypeScript files.

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. labels Nov 3, 2024
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.40%. Comparing base (51ae576) to head (7fceacc).
Report is 24 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55709      +/-   ##
==========================================
- Coverage   88.40%   88.40%   -0.01%     
==========================================
  Files         654      654              
  Lines      187632   187655      +23     
  Branches    36097    36111      +14     
==========================================
+ Hits       165883   165902      +19     
- Misses      14989    14996       +7     
+ Partials     6760     6757       -3     

see 37 files with indirect coverage changes

doc/eslint.config_partial.mjs Show resolved Hide resolved
eslint.config.mjs Show resolved Hide resolved
eslint.config.mjs Outdated Show resolved Hide resolved
@RedYetiDev RedYetiDev added the strip-types Issues or PRs related to strip-types support label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tools: lint TypeScript files
4 participants