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

fix: turn off typescript 'no-undef' rule per docs #144

Merged
merged 2 commits into from May 26, 2021

Conversation

OrkhanAlikhanov
Copy link
Contributor

Docs say:

We strongly recommend that you do not use the no-undef lint rule on TypeScript projects. The checks it provides are already provided by TypeScript without the need for configuration - TypeScript just does this significantly better.

Closes #140

Docs say:
>We strongly recommend that you do not use the no-undef lint rule on TypeScript projects. The checks it provides are already provided by TypeScript without the need for configuration - TypeScript just does this significantly better.
@clarkdo clarkdo changed the title Turn off 'no-undef' rule per docs fix: turn off typescript 'no-undef' rule per docs May 26, 2021
@clarkdo
Copy link
Member

clarkdo commented May 26, 2021

Thanks!

@clarkdo clarkdo merged commit ddb552b into nuxt:master May 26, 2021
@OrkhanAlikhanov OrkhanAlikhanov deleted the patch-1 branch May 26, 2021 19:24
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.

'no-undef' error when using type annotation of 'HTMLCollectionOf'
2 participants