mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-10-31 18:30:43 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
|
{
|
||
|
"extends": ["html-validate:standard"],
|
||
|
"rules": {
|
||
|
"element-required-content": "off",
|
||
|
"element-permitted-content": "off",
|
||
|
"no-raw-characters": "off"
|
||
|
}
|
||
|
}
|