hint
Version:
The linting tool for the web
44 lines (43 loc) • 1.46 kB
Plain Text
{
"connector": {
"name": "puppeteer",
"options": {
"waitUntil": "networkidle2"
}
},
"hintsTimeout": 120000,
"hints": {
"apple-touch-icons": "warning",
"button-type": "warning",
"content-type": "warning",
"disown-opener": "warning",
"highest-available-document-mode": "warning",
"html-checker": "warning",
"http-cache": "warning",
"http-compression": "warning",
"image-optimization-cloudinary": "off",
"manifest-app-name": "warning",
"manifest-exists": "warning",
"manifest-file-extension": "warning",
"manifest-is-valid": "warning",
"meta-charset-utf-8": "warning",
"meta-viewport": "warning",
"minified-js": "warning",
"no-bom": "warning",
"no-broken-links": "warning",
"no-disallowed-headers": "warning",
"no-friendly-error-pages": "warning",
"no-html-only-headers": "warning",
"no-http-redirects": "warning",
"no-p3p": "warning",
"no-protocol-relative-urls": "warning",
"no-vulnerable-javascript-libraries": "warning",
"performance-budget": "warning",
"sri": "warning",
"ssllabs": "off",
"strict-transport-security": "warning",
"stylesheet-limits": "warning",
"validate-set-cookie-header": "warning",
"x-content-type-options": "warning"
}
}