mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2025-02-22 14:29:08 +00:00
chore: disable 'vue/multi-word-component-names' rule in ESLint configuration
This commit is contained in:
parent
36599f6e7b
commit
a2aaa9c14c
@ -30,6 +30,8 @@ module.exports = {
|
||||
plugins: ['simple-import-sort'],
|
||||
rules: {
|
||||
'vue/no-v-html': 0,
|
||||
'vue/multi-word-component-names': 0,
|
||||
|
||||
'simple-import-sort/imports': 1,
|
||||
'simple-import-sort/exports': 1,
|
||||
'sort-imports': 0,
|
||||
|
Loading…
Reference in New Issue
Block a user