Skip to content

Commit 043684e

Browse files
author
ivelin
committed
fix: update package dependencies
Signed-off-by: ivelin <[email protected]>
1 parent 6dc57bc commit 043684e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111

1212
rules: {
1313
'no-console': 'off',
14-
'no-debugger': 'off'
14+
'no-debugger': 'off',
15+
'vue/multi-word-component-names': 'off'
1516
},
1617

1718
parserOptions: {

0 commit comments

Comments
 (0)