Skip to content

Commit 964f75c

Browse files
committed
workflow: modify eslint rules
1 parent f63de1e commit 964f75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"vue/no-deprecated-dollar-listeners-api": 0,
2727
"vue/component-options-name-casing": 0,
2828
"vue/no-deprecated-v-on-native-modifier": 0,
29+
"vue/no-deprecated-dollar-scopedslots-api": 0,
2930
"vue/custom-event-name-casing": [
3031
"error",
3132
"kebab-case"

0 commit comments

Comments
 (0)