13 lines
215 B
JSON
13 lines
215 B
JSON
|
|
{
|
||
|
|
"extends": ["html-validate:recommended"],
|
||
|
|
"rules": {
|
||
|
|
"no-inline-style": "off",
|
||
|
|
"require-sri": "off",
|
||
|
|
"no-trailing-whitespace": "off",
|
||
|
|
"void-style": "off"
|
||
|
|
},
|
||
|
|
"elements": [
|
||
|
|
"html5"
|
||
|
|
]
|
||
|
|
}
|