mirror of
https://github.com/xoseperez/espurna.git
synced 2026-02-20 01:31:34 +01:00
14 lines
197 B
JSON
14 lines
197 B
JSON
{
|
|
"elements": [
|
|
"html5"
|
|
],
|
|
"extends": [
|
|
"html-validate:recommended"
|
|
],
|
|
"rules": {
|
|
"wcag/h32": "off",
|
|
"wcag/h71": "off",
|
|
"valid-id": ["error", {"relaxed": true}]
|
|
}
|
|
}
|