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

style(.eslintrc.json): disable the no-undef rule for typescript #892

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

sguimmara
Copy link
Contributor

This rule conflicts with TypeScript's own typechecker in some cases, for example the RequestInit DOM type.

This rule should be disabled for TypeScript files:

It is safe to disable this rule when using TypeScript because TypeScript's compiler enforces this check.

This rule conflicts with TypeScript's own typechecker in some cases,
for example the RequestInit DOM type.
@gkjohnson gkjohnson added this to the v0.3.46 milestone Dec 22, 2024
@gkjohnson
Copy link
Contributor

Thank you!

@gkjohnson gkjohnson merged commit e9dd91f into NASA-AMMOS:master Dec 22, 2024
2 checks passed
@sguimmara sguimmara deleted the eslint-no-undef-typescript branch December 24, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants