chiro-canto/public/scripts/wavesurfer/.htmlhintrc

13 lines
292 B
Plaintext
Raw Normal View History

2021-03-31 08:38:30 +02:00
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": false,
"doctype-first": false,
"tag-pair": true,
"spec-char-escape": false,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true
}