Skip to content

Commit 7ca9c57

Browse files
committed
lint
1 parent 954bbc8 commit 7ca9c57

File tree

4 files changed

+1860
-1412
lines changed

4 files changed

+1860
-1412
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ const rules = {
22
'no-bitwise': 'off',
33
'import/no-extraneous-dependencies': 'off',
44
'no-nested-ternary': 'off',
5+
'no-constructor-return': 'off',
6+
'default-param-last': 'off',
57
'no-param-reassign': [
68
'error',
79
{
@@ -128,6 +130,7 @@ module.exports = {
128130
'vue/custom-event-name-casing': ['off'],
129131
'prefer-destructuring': ['off'],
130132
'no-restricted-globals': ['off'],
133+
'vue/multi-word-component-names': 'off',
131134
},
132135
},
133136
{
@@ -138,6 +141,7 @@ module.exports = {
138141
'import/no-extraneous-dependencies': ['off'],
139142
'import/extensions': ['off'],
140143
'no-restricted-globals': ['off'],
144+
'vue/multi-word-component-names': 'off',
141145
},
142146
},
143147
// SVELTE KITCHEN_SINK

0 commit comments

Comments
 (0)