We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33e260 commit 72e1cd9Copy full SHA for 72e1cd9
eslint-internal/config/_override-vue.js
@@ -80,7 +80,7 @@ module.exports = [
80
"vue/return-in-computed-property": "error",
81
"vue/space-infix-ops": "error",
82
"vue/space-unary-ops": "error",
83
- "vue/v-on-function-call": "error",
+ "vue/v-on-handler-style": "error",
84
"vue/v-slot-style": "error",
85
"vue/valid-template-root": "error",
86
"vue/valid-v-bind": "error",
package.json
@@ -25,7 +25,7 @@
25
"eslint-plugin-eslint-plugin": "^6.0.0",
26
"eslint-plugin-n": "^17.8.1",
27
"eslint-plugin-prettier": "^5.0.0",
28
- "eslint-plugin-vue": "^9.25.0",
+ "eslint-plugin-vue": "^10.0.0",
29
"espree": "^10.3.0",
30
"globals": "^16.0.0",
31
"jsdom": "^26.0.0",
0 commit comments