🐛 Testing out the new SSR cookie forward
This commit is contained in:
@@ -7,7 +7,8 @@ export default withNuxt(
|
||||
rules: {
|
||||
"vue/multi-word-component-names": "off",
|
||||
"vue/no-v-html": "off",
|
||||
"vue/html-self-closing": "off"
|
||||
"vue/html-self-closing": "off",
|
||||
"@typescript-eslint/ban-ts-comment": "off"
|
||||
}
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user