Commits
Sascha Szott authored and github-actions[bot] committed 06556df0a91
158 158 | { |
159 159 | "prefixes": [ |
160 160 | "ds" |
161 161 | ] |
162 162 | } |
163 163 | ], |
164 164 | "@angular-eslint/no-attribute-decorator": "error", |
165 165 | "@angular-eslint/no-output-native": "warn", |
166 166 | "@angular-eslint/no-output-on-prefix": "warn", |
167 167 | "@angular-eslint/no-conflicting-lifecycle": "warn", |
168 + | "@angular-eslint/use-lifecycle-interface": "error" |
168 169 | |
169 170 | "@typescript-eslint/no-inferrable-types":[ |
170 171 | "error", |
171 172 | { |
172 173 | "ignoreParameters": true |
173 174 | } |
174 175 | ], |
175 176 | "@typescript-eslint/quotes": [ |
176 177 | "error", |
177 178 | "single", |