Skip to content

Commit 8c3cee7

Browse files
authored
Update eslints for Vue 3 (#23935)
I found that some lint warnings in my editor are conflicting, and I believe the root cause is using lints designed for Vue 2 instead of Vue 3. We moved to Vue 3 in #20044. I verified that the explicitly disabled rules in the changed file are still part of the `vue/vue3-recommended` set. See [Available rules - eslint-plugin-vue](https://eslint.vuejs.org/rules/) for a full list of lints.
1 parent 376396a commit 8c3cee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/.eslintrc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins:
33

44
extends:
55
- ../../../.eslintrc.yaml
6-
- plugin:vue/recommended
6+
- plugin:vue/vue3-recommended
77

88
env:
99
browser: true

0 commit comments

Comments
 (0)