|
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | "array-type": false, |
14 | | - "arrow-parens": false, |
15 | 14 | "arrow-return-shorthand": true, |
16 | 15 | "ban": [ |
17 | 16 | true, |
18 | 17 | {"name": "fdescribe", "message": "Don't keep jasmine focus methods."}, |
19 | 18 | {"name": "fit", "message": "Don't keep jasmine focus methods."} |
20 | 19 | ], |
21 | | - "component-class-suffix": true, |
22 | | - "component-selector": [ |
23 | | - true, |
24 | | - "element", |
25 | | - "aio", |
26 | | - "kebab-case" |
27 | | - ], |
28 | | - "contextual-lifecycle": true, |
29 | 20 | "curly": true, |
30 | 21 | "deprecation": { |
31 | | - "severity": "warn" |
| 22 | + "severity": "warning" |
32 | 23 | }, |
33 | | - "directive-class-suffix": true, |
34 | | - "directive-selector": [ |
35 | | - true, |
36 | | - "attribute", |
37 | | - "aio", |
38 | | - "camelCase" |
39 | | - ], |
40 | 24 | "eofline": true, |
41 | 25 | "import-blacklist": [ |
42 | 26 | true, |
|
48 | 32 | "spaces" |
49 | 33 | ] |
50 | 34 | }, |
51 | | - "interface-name": false, |
52 | 35 | "max-classes-per-file": false, |
53 | 36 | "max-line-length": [ |
54 | 37 | true, |
55 | 38 | 140 |
56 | 39 | ], |
57 | | - "member-access": false, |
58 | 40 | "member-ordering": [ |
59 | 41 | true, |
60 | 42 | { |
|
66 | 48 | ] |
67 | 49 | } |
68 | 50 | ], |
69 | | - "no-conflicting-lifecycle": true, |
70 | | - "no-consecutive-blank-lines": false, |
71 | 51 | "no-console": [ |
72 | 52 | true, |
73 | 53 | "debug", |
|
77 | 57 | "trace" |
78 | 58 | ], |
79 | 59 | "no-empty": false, |
80 | | - "no-host-metadata-property": true, |
81 | 60 | "no-inferrable-types": [ |
82 | 61 | true, |
83 | 62 | "ignore-params" |
84 | 63 | ], |
85 | | - "no-input-rename": true, |
86 | | - "no-inputs-metadata-property": true, |
87 | | - "no-output-native": true, |
88 | | - "no-output-on-prefix": true, |
89 | | - "no-output-rename": true, |
90 | | - "no-outputs-metadata-property": true, |
91 | 64 | "no-string-literal": false, |
92 | 65 | "no-switch-case-fall-through": true, |
93 | 66 | "no-var-requires": false, |
94 | 67 | "object-literal-key-quotes": false, |
95 | | - "object-literal-sort-keys": false, |
96 | 68 | "only-arrow-functions": false, |
97 | | - "ordered-imports": false, |
98 | 69 | "quotemark": [ |
99 | 70 | true, |
100 | 71 | "single" |
|
113 | 84 | "named": "never" |
114 | 85 | } |
115 | 86 | }, |
116 | | - "template-banana-in-box": true, |
117 | | - "template-no-negated-async": true, |
118 | | - "trailing-comma": false, |
119 | 87 | "typedef-whitespace": { |
120 | 88 | "options": [ |
121 | 89 | { |
|
134 | 102 | } |
135 | 103 | ] |
136 | 104 | }, |
137 | | - "use-lifecycle-interface": true, |
138 | | - "use-pipe-transform-interface": true, |
139 | | - "variable-name": [ |
140 | | - true, |
141 | | - "allow-leading-underscore", |
142 | | - "allow-pascal-case", |
143 | | - "ban-keywords", |
144 | | - "check-format", |
145 | | - "require-const-for-all-caps" |
146 | | - ], |
| 105 | + "variable-name": { |
| 106 | + "options": [ |
| 107 | + "ban-keywords", |
| 108 | + "check-format", |
| 109 | + "allow-leading-underscore", |
| 110 | + "allow-pascal-case", |
| 111 | + "require-const-for-all-caps" |
| 112 | + ] |
| 113 | + }, |
| 114 | + "whitespace": { |
| 115 | + "options": [ |
| 116 | + "check-branch", |
| 117 | + "check-decl", |
| 118 | + "check-operator", |
| 119 | + "check-separator", |
| 120 | + "check-type", |
| 121 | + "check-typecast" |
| 122 | + ] |
| 123 | + }, |
| 124 | + "component-class-suffix": true, |
| 125 | + "contextual-lifecycle": true, |
| 126 | + "directive-class-suffix": true, |
| 127 | + "no-conflicting-lifecycle": true, |
| 128 | + "no-host-metadata-property": true, |
| 129 | + "no-input-rename": true, |
| 130 | + "no-inputs-metadata-property": true, |
| 131 | + "no-output-native": true, |
| 132 | + "no-output-on-prefix": true, |
| 133 | + "no-output-rename": true, |
| 134 | + "no-outputs-metadata-property": true, |
147 | 135 | "template-accessibility-alt-text": true, |
148 | 136 | "template-accessibility-elements-content": true, |
149 | 137 | "template-accessibility-label-for": true, |
150 | 138 | "template-accessibility-tabindex-no-positive": true, |
151 | 139 | "template-accessibility-table-scope": true, |
152 | 140 | "template-accessibility-valid-aria": true, |
| 141 | + "template-banana-in-box": true, |
153 | 142 | "template-click-events-have-key-events": true, |
154 | 143 | "template-mouse-events-have-key-events": true, |
155 | 144 | "template-no-autofocus": true, |
156 | 145 | "template-no-distracting-elements": true, |
157 | | - "whitespace": { |
158 | | - "options": [ |
159 | | - "check-branch", |
160 | | - "check-decl", |
161 | | - "check-operator", |
162 | | - "check-separator", |
163 | | - "check-type", |
164 | | - "check-typecast" |
165 | | - ] |
166 | | - } |
| 146 | + "template-no-negated-async": true, |
| 147 | + "use-lifecycle-interface": true, |
| 148 | + "use-pipe-transform-interface": true, |
| 149 | + "directive-selector": [ |
| 150 | + true, |
| 151 | + "attribute", |
| 152 | + "aio", |
| 153 | + "camelCase" |
| 154 | + ], |
| 155 | + "component-selector": [ |
| 156 | + true, |
| 157 | + "element", |
| 158 | + "aio", |
| 159 | + "kebab-case" |
| 160 | + ] |
167 | 161 | } |
168 | 162 | } |
0 commit comments