Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork689
Closed
Labels
Description
Tell us about your environment
- ESLint version: v8.36.0
- eslint-plugin-vue version: v9.10.0
- Node version: v18.12.1
The problem you want to solve.
Support fordefineSlots
macro andslots
option.
Seehttps://github.com/vuejs/core/blob/main/CHANGELOG.md#330-alpha7-2023-04-03
Your take on the correct solution to problem.
Parser and some rules are affected. However, we have not yet listed the affected rules.
I think that, first, we need to list the rules affected by defineSlots andslots
option.
Additional context
Related tovuejs/vue-eslint-parser#184