{
    "extends": [
        "codelyzer"
    ],
    "rules": {
        "prefer-on-push-component-change-detection": false,
        "no-conflicting-lifecycle": false,
        "no-unused-css": false,
        "pipe-prefix": false,
        "relative-url-prefix": false,
        "template-accessibility-alt-text": false,
        "template-accessibility-elements-content": false,
        "template-accessibility-label-for": false,
        "template-accessibility-tabindex-no-positive": false,
        "template-accessibility-table-scope": false,
        "template-accessibility-valid-aria": false,
        "template-click-events-have-key-events": false,
        "template-conditional-complexity": false,
        "template-i18n": false,
        "template-mouse-events-have-key-events": false,
        "template-no-any": false,
        "template-no-autofocus": false,
        "template-no-distracting-elements": false
    }
}
