mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
35 lines
442 B
JSON
35 lines
442 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"html-validate:recommended",
|
||
|
"html-validate:standard",
|
||
|
"html-validate:a11y",
|
||
|
"html-validate:document"
|
||
|
],
|
||
|
"rules": {
|
||
|
"attribute-empty-style": [
|
||
|
"error",
|
||
|
{
|
||
|
"style": "empty"
|
||
|
}
|
||
|
],
|
||
|
"attribute-boolean-style": [
|
||
|
"error",
|
||
|
{
|
||
|
"style": "empty"
|
||
|
}
|
||
|
],
|
||
|
"void-style": [
|
||
|
"error",
|
||
|
{
|
||
|
"style": "selfclosing"
|
||
|
}
|
||
|
],
|
||
|
"require-sri": [
|
||
|
"off"
|
||
|
],
|
||
|
"prefer-button": [
|
||
|
"off"
|
||
|
]
|
||
|
}
|
||
|
}
|