This commit is contained in:
10
.htmlvalidate.json
Normal file
10
.htmlvalidate.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"root": true,
|
||||||
|
"extends": ["html-validate:recommended"],
|
||||||
|
"rules": {
|
||||||
|
"require-meta-charset": "error",
|
||||||
|
"require-img-alt": "error",
|
||||||
|
"no-inline-style": "error",
|
||||||
|
"long-title": "error"
|
||||||
|
}
|
||||||
|
}
|
7
.prettierrc.json
Normal file
7
.prettierrc.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": true,
|
||||||
|
"printWidth": 100
|
||||||
|
}
|
||||||
|
|
@ -27,7 +27,7 @@ export default defineNuxtConfig({
|
|||||||
...config,
|
...config,
|
||||||
htmlValidator: {
|
htmlValidator: {
|
||||||
usePrettier: true,
|
usePrettier: true,
|
||||||
logLevel: "warning",
|
logLevel: "error",
|
||||||
failOnError: false,
|
failOnError: false,
|
||||||
},
|
},
|
||||||
app: {
|
app: {
|
||||||
|
Reference in New Issue
Block a user