mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"extends": [
|
|
"html-validate:recommended"
|
|
],
|
|
"rules": {
|
|
"input-missing-label": "error",
|
|
"long-title": "off",
|
|
"no-inline-style": "off",
|
|
"no-missing-references": "error",
|
|
"prefer-button": "off"
|
|
}
|
|
}
|