style(eslint): fix conflicting formatting of self-closing tags
This commit is contained in:
+12
-1
@@ -1,5 +1,16 @@
|
||||
// @ts-check
|
||||
import withNuxt from './.nuxt/eslint.config.mjs';
|
||||
|
||||
export default withNuxt();
|
||||
export default withNuxt({
|
||||
rules: {
|
||||
'vue/html-self-closing': [
|
||||
'error',
|
||||
{
|
||||
html: {
|
||||
void: 'always'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
});
|
||||
// Your custom configs here
|
||||
|
||||
Reference in New Issue
Block a user