Update hintrc
This commit is contained in:
parent
dd777e419c
commit
2f518990fe
9
.hintrc
9
.hintrc
@ -7,12 +7,17 @@
|
||||
"extends": ["web-recommended", "accessibility"],
|
||||
"hints": {
|
||||
"no-friendly-error-pages": "off",
|
||||
"no-broken-links": "error",
|
||||
"no-broken-links": "warning",
|
||||
"doctype": "error",
|
||||
"apple-touch-icons": "error",
|
||||
"button-type": "error",
|
||||
"compat-api/css": "error",
|
||||
"compat-api/html": "error",
|
||||
"compat-api/html": [
|
||||
"error",
|
||||
{
|
||||
"ignore": ["img[loading]"]
|
||||
}
|
||||
],
|
||||
"create-element-svg": "error",
|
||||
"css-prefix-order": "error",
|
||||
"disown-opener": "error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user