-
-
Couldn't load subscription status.
- Fork 695
feat: support Vue APIs from auto imports #2422
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
Conversation
detectAutoImport optiondetectAutoImport option
detectAutoImport optionThere 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.
Looks good from my side, apart from one small docs change. Thanks for contributing!
Co-authored-by: Flo Edelmann <[email protected]>
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.
LGTM! Thank you very much!
This PR makes rules able to recognize global
refcomputedvariables, when they are presented in theglobalsoption in ESLint.This would require presets to be configured properly, for Nuxt I will configure https://github.com/antfu/nuxt-module-eslint-config and for the rest I will update my eslint config: https://github.com/antfu/eslint-config
fix #1969