mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Added: * .avsc * .gltf * .htmlhintrc * .jscsrc * .jslintrc * .jsonl * .tern-config * .tern-project * .tfstate * .tfstate.backup * .webapp * .webmanifest
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"alt-require": true,
|
|
"attr-lowercase": true,
|
|
"attr-no-duplication": true,
|
|
"attr-unsafe-chars": true,
|
|
"attr-value-double-quotes": true,
|
|
"attr-value-not-empty": false,
|
|
"doctype-first": true,
|
|
"doctype-html5": true,
|
|
"head-script-disabled": false,
|
|
"href-abs-or-rel": false,
|
|
"id-class-ad-disabled": true,
|
|
"id-class-value": false,
|
|
"id-unique": true,
|
|
"inline-script-disabled": true,
|
|
"inline-style-disabled": true,
|
|
"space-tab-mixed-disabled": "space",
|
|
"spec-char-escape": true,
|
|
"src-not-empty": true,
|
|
"style-disabled": false,
|
|
"tag-pair": true,
|
|
"tag-self-close": false,
|
|
"tagname-lowercase": true,
|
|
"title-require": true
|
|
}
|