-
-
Notifications
You must be signed in to change notification settings - Fork 4k
chore: remove usage of the prefer-global rules #11279
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11279 +/- ##
==========================================
- Coverage 44.76% 44.72% -0.05%
==========================================
Files 316 316
Lines 18164 18146 -18
Branches 1811 1813 +2
==========================================
- Hits 8132 8115 -17
+ Misses 10020 10019 -1
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Qjuh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
including api-extractor in this change is correct
| @@ -1,7 +1,3 @@ | |||
| #!/usr/bin/env node | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why was the shebang removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure, an eslint rule fired on it. Gonna look into it
| @@ -1,6 +1,5 @@ | |||
| import { stat, mkdir, writeFile } from 'node:fs/promises'; | |||
| import { join } from 'node:path'; | |||
| import { cwd } from 'node:process'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd keep this one here
| @@ -1,6 +1,5 @@ | |||
| import { mkdir, stat, writeFile } from 'node:fs/promises'; | |||
| import { join } from 'node:path'; | |||
| import { cwd } from 'node:process'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
| @@ -1,5 +1,4 @@ | |||
| import { readFile } from 'node:fs/promises'; | |||
| import process, { cwd } from 'node:process'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto, for the destructure
should I have ignored api-extractor?
Closes #11272