We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v-bind
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
What rule do you want to change?
Does this change cause the rule to produce more or fewer warnings?
vue
How will the change be implemented? (New option, new default behavior, etc.)?
Please provide some example code that this change will affect:
<SomeComponent :disabled :custom />
What does the rule currently do for this code?
What will the rule do after it's changed?
Additional context
"dependencies": { "vue": "^3.4.5" }, "devDependencies": { "@rushstack/eslint-patch": "^1.6.1", "@tsconfig/node20": "^20.1.2", "@types/node": "^20.10.6", "@vitejs/plugin-vue": "^5.0.2", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.5.1", "eslint": "^8.56.0", "eslint-plugin-vue": "^9.19.2", "lightningcss": "^1.22.1", "npm-run-all2": "^6.1.1", "prettier": "^3.1.1", "typescript": "^5.3.3", "vite": "^5.0.10", "vite-plugin-svg-sprite": "^0.5.1", "vue-tsc": "^1.8.27" }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What rule do you want to change?
Does this change cause the rule to produce more or fewer warnings?
vue
, which allows a shorthand syntax for same name props.How will the change be implemented? (New option, new default behavior, etc.)?
Please provide some example code that this change will affect:
What does the rule currently do for this code?
What will the rule do after it's changed?
Additional context
The text was updated successfully, but these errors were encountered: