Chocobo1
2 years ago
2 changed files with 19 additions and 1 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
{ |
||||
"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" |
||||
} |
||||
} |
Loading…
Reference in new issue