♻️ Fully typed API
This commit is contained in:
@@ -5,7 +5,8 @@ export default withNuxt(
|
||||
// Your custom configs here
|
||||
{
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off'
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/no-v-html': 'off'
|
||||
}
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user