We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06b569 commit 9d310aaCopy full SHA for 9d310aa
lib/configs/recommended.js
@@ -16,8 +16,8 @@ module.exports = {
16
},
17
plugins: ['vue-i18n'],
18
rules: {
19
- 'vue-i18n/no-html-messages': 'error',
20
- 'vue-i18n/no-missing-keys': 'error',
21
- 'vue-i18n/no-v-html': 'error'
+ 'vue-i18n/no-html-messages': 'warn',
+ 'vue-i18n/no-missing-keys': 'warn',
+ 'vue-i18n/no-v-html': 'warn'
22
}
23
scripts/update-recommended-rules.js
@@ -32,7 +32,7 @@ module.exports = {
32
33
34
${rules.filter(rule => rule.recommended)
35
- .map(rule => `'${rule.id}': 'error',`)
+ .map(rule => `'${rule.id}': 'warn',`)
36
.join('\n ')}
37
38
}`)
0 commit comments