Skip to content

Commit 72e1cd9

Browse files
chore(deps): update dependency eslint-plugin-vue to v10 (#242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ota-meshi <[email protected]>
1 parent b33e260 commit 72e1cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eslint-internal/config/_override-vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = [
8080
"vue/return-in-computed-property": "error",
8181
"vue/space-infix-ops": "error",
8282
"vue/space-unary-ops": "error",
83-
"vue/v-on-function-call": "error",
83+
"vue/v-on-handler-style": "error",
8484
"vue/v-slot-style": "error",
8585
"vue/valid-template-root": "error",
8686
"vue/valid-v-bind": "error",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-eslint-plugin": "^6.0.0",
2626
"eslint-plugin-n": "^17.8.1",
2727
"eslint-plugin-prettier": "^5.0.0",
28-
"eslint-plugin-vue": "^9.25.0",
28+
"eslint-plugin-vue": "^10.0.0",
2929
"espree": "^10.3.0",
3030
"globals": "^16.0.0",
3131
"jsdom": "^26.0.0",

0 commit comments

Comments
 (0)