You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
2 years ago
|
{
|
||
|
"connector": "local",
|
||
|
"extends": ["web-recommended", "accessibility"],
|
||
|
"formatters": ["codeframe"],
|
||
|
"hints": {
|
||
|
"apple-touch-icons": "error",
|
||
|
"button-type": "error",
|
||
|
"compat-api/css": "error",
|
||
|
"compat-api/html": "error",
|
||
|
"create-element-svg": "error",
|
||
|
"css-prefix-order": "error",
|
||
|
"disown-opener": "error",
|
||
|
"highest-available-document-mode": "error",
|
||
|
"leading-dot-classlist": "error",
|
||
|
"manifest-exists": "error",
|
||
|
"meta-charset-utf-8": "off",
|
||
|
"meta-viewport": "error",
|
||
|
"no-bom": "error",
|
||
|
"no-inline-styles": "error",
|
||
|
"no-protocol-relative-urls": "error",
|
||
|
"scoped-svg-styles": "error",
|
||
|
"sri": "error",
|
||
|
"axe/aria": "error",
|
||
|
"axe/color": "error",
|
||
|
"axe/forms": "error",
|
||
|
"axe/keyboard": "error",
|
||
|
"axe/language": "error",
|
||
|
"axe/name-role-value": "error",
|
||
|
"axe/parsing": "error",
|
||
|
"axe/semantics": "error",
|
||
|
"axe/sensory-and-visual-cues": "error",
|
||
|
"axe/structure": "error",
|
||
|
"axe/tables": "error",
|
||
|
"axe/text-alternatives": "error",
|
||
|
"axe/time-and-media": "error",
|
||
|
"no-friendly-error-pages": "off",
|
||
|
"content-type": "off",
|
||
|
"http-cache": "off",
|
||
|
"http-compression": "off",
|
||
|
"no-disallowed-headers": "off",
|
||
|
"no-html-only-headers": "off",
|
||
|
"no-http-redirects": "off",
|
||
|
"no-vulnerable-javascript-libraries": "off",
|
||
|
"ssllabs": "off",
|
||
|
"strict-transport-security": "off",
|
||
|
"stylesheet-limits": "off",
|
||
|
"validate-set-cookie-header": "off",
|
||
|
"x-content-type-options": "off",
|
||
|
"no-broken-links": "off",
|
||
|
"typescript-config/consistent-casing": "off",
|
||
|
"typescript-config/is-valid": "off",
|
||
|
"typescript-config/strict": "off",
|
||
|
"typescript-config/target": "off"
|
||
|
},
|
||
|
"hintsTimeout": 10000,
|
||
|
"parsers": [
|
||
|
"babel-config",
|
||
|
"css",
|
||
|
"html",
|
||
|
"javascript",
|
||
|
"jsx",
|
||
|
"less",
|
||
|
"sass",
|
||
|
"typescript",
|
||
|
"typescript-config",
|
||
|
"webpack-config"
|
||
|
]
|
||
|
}
|