mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"extends": [
|
|
"html-validate:recommended"
|
|
],
|
|
"rules": {
|
|
"long-title": "off",
|
|
"no-inline-style": "off",
|
|
"prefer-button": "off",
|
|
"text-content": "off",
|
|
"void-style": "off",
|
|
"wcag/h63": "off",
|
|
"wcag/h71": "off"
|
|
}
|
|
}
|