Skip to content

Commit 56dbbb0

Browse files
committed
👕 refactor(lint): fix eslint errors
1 parent f9636da commit 56dbbb0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Details changes for each release are documented in the [CHANGELOG.md](https://gi
1919
- [x] no-missing-keys
2020
- [x] no-dynamic-keys
2121
- [x] no-unused-keys
22+
- [x] no-v-html
2223
- [ ] no-raw-text
2324
- [ ] valid-message-syntax
2425
- [ ] keys-order

docs/.vuepress/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ module.exports = {
1919
],
2020
themeConfig: {
2121
repo: 'kazupon/eslint-plugin-vue-i18n',
22-
docsRepo: "kazupon/eslint-plugin-vue-i18n",
22+
docsRepo: 'kazupon/eslint-plugin-vue-i18n',
2323
docsDir: 'docs',
2424
docsBranch: 'master',
2525
editLinks: true,
2626
search: false,
2727
lastUpdated: true,
2828
serviceWorker: {
29-
updatePopup: true,
29+
updatePopup: true
3030
},
3131
nav: [{
3232
text: 'Patreon',

0 commit comments

Comments
 (0)