code-assess
Version:
Runs a bunch of tests and linters
45 lines (44 loc) • 1.33 kB
Plain Text
{
"browserslist": [
"last 2 Chrome versions",
"> 5%"
],
"connector": {
"name": "chrome",
"options": {
"waitFor": 1000
}
},
"formatters": [
"stylish"
],
"ignoredUrls": [],
"rules": {
"amp-validator": "off",
"apple-touch-icons": "error",
"axe": "error",
"content-type": "off",
"disown-opener": "error",
"highest-available-document-mode": [ "warning", {"requireMetaTag": true}],
"html-checker": "off",
"http-cache": "off",
"image-optimization-cloudinary": "off",
"manifest-app-name": "error",
"manifest-exists": "error",
"manifest-file-extension": "error",
"manifest-is-valid": "error",
"meta-charset-utf-8": "warning",
"meta-viewport": "error",
"no-disallowed-headers": ["error", {"ignore": ["Server"]}],
"no-friendly-error-pages": "error",
"no-html-only-headers": "off",
"no-http-redirects": "error",
"no-protocol-relative-urls": "error",
"no-vulnerable-javascript-libraries": "error",
"ssllabs": "off",
"strict-transport-security": "error",
"validate-set-cookie-header": "off",
"x-content-type-options": "off"
},
"rulesTimeout": 120000
}