-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Description
Currently, if you start a project with Vue 3 and is using multi-root elements:
I'm planning to turn automatic template validation based on eslint off, so this wouldn't mislead users.
In the long term, I hope there could be 2 eslint rulesets, one for Vue 2 and one for Vue 3. Depending on the vue
dependency version in package.json
, choose which one to load.
@ota-meshi it seems you are doing a lot of work for the eslint-vue plugin. Would you be able to help creating the rulesets, or tell me which rules I should/shouldn't load for Vue 3?
chartinger and kytosai