ci: Disallow v-html directive (#10865)
This commit is contained in:
@@ -72,6 +72,7 @@ module.exports = {
|
|||||||
order: ['script', 'template', 'style'],
|
order: ['script', 'template', 'style'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'vue/no-v-html': 'error',
|
||||||
|
|
||||||
// TODO: fix these
|
// TODO: fix these
|
||||||
'@typescript-eslint/no-unsafe-call': 'off',
|
'@typescript-eslint/no-unsafe-call': 'off',
|
||||||
|
|||||||
Reference in New Issue
Block a user