mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 16:22:10 +00:00
37 lines
486 B
JSON
37 lines
486 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"
|
|
],
|
|
"no-trailing-whitespace": [
|
|
"off"
|
|
]
|
|
}
|
|
}
|