This commit is contained in:
parent
50d4906024
commit
722c2e990b
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"printWidth": 120
|
||||
}
|
||||
|
|
@ -55,9 +55,7 @@ useSeoMeta({
|
|||
|
||||
<UFooter>
|
||||
<template #left>
|
||||
<p class="text-sm text-muted">
|
||||
Built with Nuxt UI • © {{ new Date().getFullYear() }}
|
||||
</p>
|
||||
<p class="text-sm text-muted">Built with Nuxt UI • © {{ new Date().getFullYear() }} by myself for myself</p>
|
||||
</template>
|
||||
|
||||
<template #right>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ export default withNuxt([
|
|||
"@stylistic/comma-dangle": ["error", "always-multiline"],
|
||||
"@stylistic/operator-linebreak": ["error", "after"],
|
||||
"vue/comma-dangle": ["error", "always-multiline"],
|
||||
"@stylistic/max-len": ["error", { code: 120, ignoreTemplateLiterals: true, ignoreStrings: true }],
|
||||
"vue/singleline-html-element-content-newline": "off",
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue