File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
| :--------| :------------| :---|
10
10
| [ vue-i18n/<wbr >no-html-messages] ( ./no-html-messages.html ) | disallow use HTML localization messages | :star : |
11
11
| [ vue-i18n/<wbr >no-missing-keys] ( ./no-missing-keys.html ) | disallow missing locale message key at localization methods | :star : |
12
+ | [ vue-i18n/<wbr >no-raw-text] ( ./no-raw-text.html ) | disallow to string literal in template or JSX | :star : |
12
13
| [ vue-i18n/<wbr >no-v-html] ( ./no-v-html.html ) | disallow use of localization methods on v-html to prevent XSS attack | :star : |
13
14
14
15
## Best Practices
15
16
16
17
| Rule ID | Description | |
17
18
| :--------| :------------| :---|
18
19
| [ vue-i18n/<wbr >no-dynamic-keys] ( ./no-dynamic-keys.html ) | disallow localization dynamic keys at localization methods | |
19
- | [ vue-i18n/<wbr >no-raw-text] ( ./no-raw-text.html ) | disallow to string literal in template or JSX | :star : |
20
20
| [ vue-i18n/<wbr >no-unused-keys] ( ./no-unused-keys.html ) | disallow unused localization keys | |
21
21
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ module.exports = {
80
80
type : 'suggestion' ,
81
81
docs : {
82
82
description : 'disallow to string literal in template or JSX' ,
83
- category : 'Best Practices ' ,
83
+ category : 'Recommended ' ,
84
84
recommended : true
85
85
} ,
86
86
fixable : null ,
You can’t perform that action at this time.
0 commit comments