9 lines
145 B
JSON
9 lines
145 B
JSON
|
|
{
|
||
|
|
"extends": ["html-validate:recommended"],
|
||
|
|
"rules": {
|
||
|
|
"require-sri": "off",
|
||
|
|
"no-inline-style": "off",
|
||
|
|
"void-style": "off"
|
||
|
|
}
|
||
|
|
}
|