Skip to content

Commit ab9b5de

Browse files
committed
Disable linting rule
1 parent 8507033 commit ab9b5de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"vue"
55
],
66
"rules": {
7-
"vuejs-accessibility/click-events-have-key-events": "off"
7+
"vuejs-accessibility/click-events-have-key-events": "off",
8+
"vuejs-accessibility/no-static-element-interactions": "off"
89
}
910
}

0 commit comments

Comments
 (0)