Skip to content

Commit ce6d595

Browse files
committed
lint fix
1 parent 45f6b80 commit ce6d595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default ts.config(
1515
},
1616
rules: {
1717
'vue/multi-word-component-names': 'off',
18-
'no-undef': 'off'
18+
'no-undef': 'off',
19+
'@typescript-eslint/no-explicit-any': 'off'
1920
}
2021
}
2122
)

0 commit comments

Comments
 (0)