3 "node_modules/codelyzer"
13 "arrow-return-shorthand": true,
14 "callable-types": true,
28 "import-spacing": true,
33 "interface-over-type-literal": true,
34 "label-position": true,
39 "member-access": false,
51 "no-duplicate-super": true,
53 "no-empty-interface": true,
55 "no-inferrable-types": [
59 "no-misused-new": true,
60 "no-non-null-assertion": true,
61 "no-shadowed-variable": true,
62 "no-string-literal": false,
63 "no-string-throw": true,
64 "no-switch-case-fall-through": true,
65 "no-trailing-whitespace": true,
66 "no-unnecessary-initializer": true,
67 "no-unused-expression": true,
68 "no-use-before-declare": true,
69 "no-var-keyword": true,
70 "object-literal-sort-keys": false,
92 "typedef-whitespace": [
95 "call-signature": "nospace",
96 "index-signature": "nospace",
97 "parameter": "nospace",
98 "property-declaration": "nospace",
99 "variable-declaration": "nospace"
102 "typeof-compare": true,
103 "unified-signatures": true,
104 "variable-name": false,
113 "directive-selector": [
119 "component-selector": [
125 "use-input-property-decorator": true,
126 "use-output-property-decorator": true,
127 "use-host-property-decorator": true,
128 "no-input-rename": true,
129 "no-output-rename": true,
130 "use-life-cycle-interface": true,
131 "use-pipe-transform-interface": true,
132 "component-class-suffix": true,
133 "directive-class-suffix": true,
134 "no-access-missing-member": false,
135 "templates-use-public": true,
136 "invoke-injectable": true