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

resolve lint warnings #2983

Merged
merged 1 commit into from Mar 14, 2024
Merged

resolve lint warnings #2983

merged 1 commit into from Mar 14, 2024

Conversation

soryy708
Copy link
Contributor

When running the tests / ci, ESLint complains about warnings related to the no-console rule.

The places where we have that console make sense to have console, so it's a false-positive.

Lets mark those specific places to be ignored by eslint, to reduce noise from the linter output.

utils/parse.js Outdated Show resolved Hide resolved
@ljharb ljharb merged commit c77c1a6 into import-js:main Mar 14, 2024
175 of 176 checks passed
@soryy708 soryy708 deleted the denoise-eslint branch March 14, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants