mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 21:28:07 -06:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"extends": [
|
|
"html-validate:recommended"
|
|
],
|
|
"rules": {
|
|
"empty-heading": "off",
|
|
"long-title": "off",
|
|
"no-conditional-comment": "off",
|
|
"no-inline-style": "off",
|
|
"prefer-button": "off",
|
|
"prefer-tbody": "off",
|
|
"text-content": "off",
|
|
"void-style": "off",
|
|
"wcag/h63": "off",
|
|
"wcag/h71": "off"
|
|
}
|
|
}
|