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 99| :--------| :------------| :---|
1010| [ vue-i18n/<wbr >no-html-messages] ( ./no-html-messages.html ) | disallow use HTML localization messages | :star : |
1111| [ 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 : |
1213| [ vue-i18n/<wbr >no-v-html] ( ./no-v-html.html ) | disallow use of localization methods on v-html to prevent XSS attack | :star : |
1314
1415## Best Practices
1516
1617| Rule ID | Description | |
1718| :--------| :------------| :---|
1819| [ 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 : |
2020| [ vue-i18n/<wbr >no-unused-keys] ( ./no-unused-keys.html ) | disallow unused localization keys | |
2121
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ module.exports = {
8080 type : 'suggestion' ,
8181 docs : {
8282 description : 'disallow to string literal in template or JSX' ,
83- category : 'Best Practices ' ,
83+ category : 'Recommended ' ,
8484 recommended : true
8585 } ,
8686 fixable : null ,
You can’t perform that action at this time.
0 commit comments