Skip to content

Commit

Permalink
fix: Отключение правила @intlify/vue-i18n/no-html-messages (#64)
Browse files Browse the repository at this point in the history
Отключение правила @intlify/vue-i18n/no-html-messages
  • Loading branch information
ExEr7um committed Oct 20, 2023
1 parent 77e1662 commit cfc6c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
root: true,
rules: {
"@intlify/vue-i18n/no-duplicate-keys-in-locale": "error",
"@intlify/vue-i18n/no-html-messages": "off",
"@intlify/vue-i18n/no-missing-keys-in-other-locales": "error",
"@intlify/vue-i18n/no-raw-text": "off",
"@intlify/vue-i18n/no-unknown-locale": "error",
Expand Down

0 comments on commit cfc6c72

Please sign in to comment.