@dargmuesli/nuxt-vio 14.1.1 → 14.1.2
Sign up to get free protection for your applications and to get access to all the features.
package/.config/lint.js
CHANGED
@@ -54,14 +54,6 @@ export const VIO_ESLINT_CONFIG = [
|
|
54
54
|
'@intlify/vue-i18n/prefer-linked-key-with-paren': 'error',
|
55
55
|
// '@intlify/vue-i18n/sfc-locale-attr': 'error',
|
56
56
|
|
57
|
-
'@typescript-eslint/no-unused-vars': [
|
58
|
-
'error',
|
59
|
-
{
|
60
|
-
argsIgnorePattern: '^_',
|
61
|
-
varsIgnorePattern: '^_',
|
62
|
-
},
|
63
|
-
],
|
64
|
-
'vue/multi-word-component-names': 'off', // TODO: remove (https://github.com/nuxt/eslint/issues/261)
|
65
57
|
'yml/quotes': ['error', { prefer: 'single' }],
|
66
58
|
},
|
67
59
|
settings: {
|
package/package.json
CHANGED