File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Details changes for each release are documented in the [CHANGELOG.md](https://gi
19
19
- [x] no-missing-keys
20
20
- [x] no-dynamic-keys
21
21
- [x] no-unused-keys
22
+ - [x] no-v-html
22
23
- [ ] no-raw-text
23
24
- [ ] valid-message-syntax
24
25
- [ ] keys-order
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ module.exports = {
19
19
] ,
20
20
themeConfig : {
21
21
repo : 'kazupon/eslint-plugin-vue-i18n' ,
22
- docsRepo : " kazupon/eslint-plugin-vue-i18n" ,
22
+ docsRepo : ' kazupon/eslint-plugin-vue-i18n' ,
23
23
docsDir : 'docs' ,
24
24
docsBranch : 'master' ,
25
25
editLinks : true ,
26
26
search : false ,
27
27
lastUpdated : true ,
28
28
serviceWorker : {
29
- updatePopup : true ,
29
+ updatePopup : true
30
30
} ,
31
31
nav : [ {
32
32
text : 'Patreon' ,
You can’t perform that action at this time.
0 commit comments