Skip to content

Commit c3e2dc5

Browse files
committed
chore: update eslint config
1 parent b49ccef commit c3e2dc5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
module.exports = {
2-
extends: ['@nuxtjs/eslint-config-typescript']
2+
extends: ['@nuxtjs/eslint-config-typescript'],
3+
rules: {
4+
'vue/multi-word-component-names': 'off',
5+
'import/named': 'off'
6+
}
37
}

0 commit comments

Comments
 (0)