style: disable vue/no-v-html rule in eslint.config
This commit is contained in:
parent
66f202d3d1
commit
91013f710e
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export default withNuxt(
|
|||
'@typescript-eslint/ban-ts-comment': 'off',
|
||||
'no-console': 'off',
|
||||
'node/prefer-global/process': 'off',
|
||||
'vue/no-v-html': 'off',
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue