Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork77
Closed
Description
Tell us about your environment
- ESLint version: 8.18.0
- eslint-plugin-vue version: 9.1.1
- Node version: 4.16.0
- Operating System: macOS Monterey 12.3
Please show your full configuration:
Clean Vue project with 1 additional rule
"rules":{"vue/max-attributes-per-line":["error",{"singleline":{"max":1},"multiline":{"max":1}}]}
What did you do?
When we place any attribute ( prop or normal html attribute) that ends with& like in example bellow then eslint complains in next line about errors that not exist. SeeWhat actually happened?
When i add any letter after ampersand or escape it manually it working fine. SeeWhat did you expect to happen?
<some-component separator="&" any-attribute="Vue logo" />What did you expect to happen?
Repository to reproduce this issue
https://codesandbox.io/s/vigilant-chihiro-e3s7xz?file=/src/App.vue
Metadata
Metadata
Assignees
Labels
No labels
