@locker/eslint-plugin-locker
Version:
Lightning Web Security ESLint rules
60 lines • 4.44 kB
TypeScript
export declare const rules: {
'distorted-cachestorage-properties': import("eslint").Rule.RuleModule;
'distorted-cookie-store-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-cookie-store-properties': import("eslint").Rule.RuleModule;
'distorted-data-transfer-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-document-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-document-cookie': import("eslint").Rule.RuleModule;
'distorted-document-domain-setter': import("eslint").Rule.RuleModule;
'distorted-document-element-replacechildren': import("eslint").Rule.RuleModule;
'distorted-document-exec-command': import("eslint").Rule.RuleModule;
'distorted-element-attach-shadow': import("eslint").Rule.RuleModule;
'distorted-element-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-element-get-inner-html': import("eslint").Rule.RuleModule;
'distorted-element-inner-html-setter': import("eslint").Rule.RuleModule;
'distorted-element-insert-adjacent-html': import("eslint").Rule.RuleModule;
'distorted-element-outer-html-setter': import("eslint").Rule.RuleModule;
'distorted-element-set-attribute': import("eslint").Rule.RuleModule;
'distorted-element-set-html': import("eslint").Rule.RuleModule;
'distorted-element-sethtmlunsafe': import("eslint").Rule.RuleModule;
'distorted-element-shadow-root-getter': import("eslint").Rule.RuleModule;
'distorted-element-toggle-attribute': import("eslint").Rule.RuleModule;
'distorted-html-element-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-html-element-inner-text-setter': import("eslint").Rule.RuleModule;
'distorted-html-element-outer-text-setter': import("eslint").Rule.RuleModule;
'distorted-html-embed-object-element-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-html-iframe-element-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-html-iframe-script-element-src-setter': import("eslint").Rule.RuleModule;
'distorted-html-link-element-rel-list-setter': import("eslint").Rule.RuleModule;
'distorted-html-link-element-rel-setter': import("eslint").Rule.RuleModule;
'distorted-named-node-map-set-named-item': import("eslint").Rule.RuleModule;
'distorted-navigator-sendbeacon': import("eslint").Rule.RuleModule;
'distorted-navigator-service-worker-getter': import("eslint").Rule.RuleModule;
'distorted-node-insertbefore': import("eslint").Rule.RuleModule;
'distorted-node-removechild': import("eslint").Rule.RuleModule;
'distorted-node-replacechild': import("eslint").Rule.RuleModule;
'distorted-node-text-content-setter': import("eslint").Rule.RuleModule;
'distorted-range-create-contextual-fragment': import("eslint").Rule.RuleModule;
'distorted-range-delete-contents': import("eslint").Rule.RuleModule;
'distorted-range-extract-contents': import("eslint").Rule.RuleModule;
'distorted-range-insertnode': import("eslint").Rule.RuleModule;
'distorted-shared-worker-constructor': import("eslint").Rule.RuleModule;
'distorted-storage-constructor': import("eslint").Rule.RuleModule;
'distorted-trusted-type-policy-factory-create-policy': import("eslint").Rule.RuleModule;
'distorted-url-create-object-url': import("eslint").Rule.RuleModule;
'distorted-webassembly-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-window-blocked-properties': import("eslint").Rule.RuleModule;
'distorted-window-fetch': import("eslint").Rule.RuleModule;
'distorted-window-fetchLater': import("eslint").Rule.RuleModule;
'distorted-window-frames-getter': import("eslint").Rule.RuleModule;
'distorted-window-length-getter': import("eslint").Rule.RuleModule;
'distorted-window-onstorage-setter': import("eslint").Rule.RuleModule;
'distorted-window-set-interval': import("eslint").Rule.RuleModule;
'distorted-window-set-timeout': import("eslint").Rule.RuleModule;
'distorted-worker-constructor': import("eslint").Rule.RuleModule;
'distorted-xml-http-request-window-open': import("eslint").Rule.RuleModule;
'distorted-xsltprocessor-transformtodocument': import("eslint").Rule.RuleModule;
'distorted-xsltprocessor-transformtofragment': import("eslint").Rule.RuleModule;
'undefined-document-all': import("eslint").Rule.RuleModule;
};
//# sourceMappingURL=index.d.ts.map