|
12 | 12 | "curly": true, |
13 | 13 | "eofline": true, |
14 | 14 | "forin": true, |
15 | | - "import-blacklist": [true], |
| 15 | + "import-blacklist": [ |
| 16 | + true |
| 17 | + ], |
16 | 18 | "import-spacing": true, |
17 | 19 | "indent": [ |
18 | 20 | true, |
|
27 | 29 | "member-access": false, |
28 | 30 | "member-ordering": [ |
29 | 31 | true, |
30 | | - "static-before-instance", |
31 | | - "variables-before-functions" |
| 32 | + { |
| 33 | + "order": "statics-first" |
| 34 | + } |
32 | 35 | ], |
33 | 36 | "no-arg": true, |
34 | 37 | "no-bitwise": true, |
|
70 | 73 | ], |
71 | 74 | "radix": true, |
72 | 75 | "semicolon": [ |
| 76 | + true, |
73 | 77 | "always" |
74 | 78 | ], |
75 | 79 | "triple-equals": [ |
|
86 | 90 | "variable-declaration": "nospace" |
87 | 91 | } |
88 | 92 | ], |
89 | | - "typeof-compare": true, |
90 | 93 | "unified-signatures": true, |
91 | 94 | "variable-name": false, |
92 | 95 | "whitespace": [ |
|
97 | 100 | "check-separator", |
98 | 101 | "check-type" |
99 | 102 | ], |
100 | | - |
101 | | - "directive-selector": [true, "attribute", "app", "camelCase"], |
102 | | - "component-selector": [true, "element", "app", "kebab-case"], |
| 103 | + "directive-selector": [ |
| 104 | + true, |
| 105 | + "attribute", |
| 106 | + "app", |
| 107 | + "camelCase" |
| 108 | + ], |
| 109 | + "component-selector": [ |
| 110 | + true, |
| 111 | + "element", |
| 112 | + "app", |
| 113 | + "kebab-case" |
| 114 | + ], |
103 | 115 | "use-input-property-decorator": true, |
104 | 116 | "use-output-property-decorator": true, |
105 | 117 | "use-host-property-decorator": true, |
|
108 | 120 | "use-life-cycle-interface": true, |
109 | 121 | "use-pipe-transform-interface": true, |
110 | 122 | "component-class-suffix": true, |
111 | | - "directive-class-suffix": true, |
112 | | - "no-access-missing-member": true, |
113 | | - "templates-use-public": true, |
114 | | - "invoke-injectable": true |
| 123 | + "directive-class-suffix": true |
115 | 124 | } |
116 | 125 | } |
0 commit comments