Closed as not planned
Description
Checklist
- [x ] I have tried restarting my IDE and the issue persists.
- [x ] I have read the FAQ and my problem is not listed.
Tell us about your environment
- ESLint version: 8.56.0
- eslint-plugin-vue version: 9.20.0
- Node version: 20.9.0
- Operating System: windows
Please show your full configuration:
module.exports = {
root: true,
plugins: ['vuejs-accessibility'],
extends: [
'plugin:vue/vue3-recommended',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting',
'plugin:vuejs-accessibility/recommended'
],
parser: "vue-eslint-parser",
parserOptions: {
ecmaVersion: 'latest'
}
}
What did you do?
<Modal :id="id" v-model="showModal" :id-screen />
What did you expect to happen?
No errors with v-bind shorthand
What actually happened?
v-bind is missing expression.vue(34)
Metadata
Metadata
Assignees
Labels
No labels