14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"extends": [
|
|
"html-validate:recommended",
|
|
"html-validate:standard",
|
|
"html-validate:a11y",
|
|
"html-validate:document",
|
|
"html-validate:prettier"
|
|
],
|
|
"rules": {
|
|
"require-sri": "off",
|
|
"heading-level": "off"
|
|
}
|
|
}
|