6 "arrow-return-shorthand": true,
7 "callable-types": true,
23 "import-spacing": true,
28 "interface-over-type-literal": true,
29 "label-position": true,
34 "member-access": false,
58 "no-duplicate-super": true,
60 "no-empty-interface": true,
62 "no-inferrable-types": [
66 "no-misused-new": true,
67 "no-non-null-assertion": true,
68 "no-redundant-jsdoc": true,
69 "no-shadowed-variable": true,
70 "no-string-literal": false,
71 "no-string-throw": true,
72 "no-switch-case-fall-through": true,
73 "no-trailing-whitespace": true,
74 "no-unnecessary-initializer": true,
75 "no-unused-expression": true,
76 "no-use-before-declare": true,
77 "no-var-keyword": true,
78 "object-literal-sort-keys": false,
100 "typedef-whitespace": [
103 "call-signature": "nospace",
104 "index-signature": "nospace",
105 "parameter": "nospace",
106 "property-declaration": "nospace",
107 "variable-declaration": "nospace"
110 "unified-signatures": true,
111 "variable-name": false,
120 "no-output-on-prefix": true,
121 "no-inputs-metadata-property": true,
122 "no-outputs-metadata-property": true,
123 "no-host-metadata-property": true,
124 "no-input-rename": true,
125 "no-output-rename": true,
126 "use-lifecycle-interface": true,
127 "use-pipe-transform-interface": true,
128 "component-class-suffix": true,
129 "directive-class-suffix": true