We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tell us about your environment
The problem you want to solve. Now the user needs to set parserOptions.parser to support ts, which is not very user friendly.
parserOptions.parser
Your take on the correct solution to problem. Add a new config, so the usage can be something like:
import pluginVue from "eslint-plugin-vue"; export default [ pluginVue.configs.recommended, pluginVue.configs.typescript, ]
Additional context
The text was updated successfully, but these errors were encountered:
You might want to try out the flat config support that is currently being implemented. See
Sorry, something went wrong.
No branches or pull requests
Tell us about your environment
The problem you want to solve.
Now the user needs to set
parserOptions.parser
to support ts, which is not very user friendly.Your take on the correct solution to problem.
Add a new config, so the usage can be something like:
Additional context
The text was updated successfully, but these errors were encountered: