We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49ccef commit c3e2dc5Copy full SHA for c3e2dc5
.eslintrc.js
@@ -1,3 +1,7 @@
1
module.exports = {
2
- extends: ['@nuxtjs/eslint-config-typescript']
+ extends: ['@nuxtjs/eslint-config-typescript'],
3
+ rules: {
4
+ 'vue/multi-word-component-names': 'off',
5
+ 'import/named': 'off'
6
+ }
7
}
0 commit comments