Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 30d7ed6

Browse files
committed
Update .eslintrc.js
1 parent a4ac12d commit 30d7ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
],
88
rules: {
99
"no-undef": 0,
10+
"no-unused-vars": 0,
1011
"vue/multi-word-component-names": 0,
1112
"vue/no-v-html": 0,
1213
"vue/require-default-prop": 0,

0 commit comments

Comments
 (0)