|
12 | 12 | "eslint-plugin-rxjs", |
13 | 13 | "eslint-plugin-simple-import-sort", |
14 | 14 | "eslint-plugin-import-newlines", |
| 15 | + "@stylistic", |
15 | 16 | "dspace-angular-ts", |
16 | 17 | "dspace-angular-html" |
17 | 18 | ], |
|
176 | 177 | } |
177 | 178 | ], |
178 | 179 | "@angular-eslint/prefer-inject": "off", |
179 | | - "@typescript-eslint/quotes": [ |
| 180 | + "@stylistic/quotes": [ |
180 | 181 | "error", |
181 | 182 | "single", |
182 | 183 | { |
183 | 184 | "avoidEscape": true, |
184 | 185 | "allowTemplateLiterals": true |
185 | 186 | } |
186 | 187 | ], |
187 | | - "@typescript-eslint/semi": "error", |
| 188 | + "@stylistic/semi": "error", |
188 | 189 | "@typescript-eslint/no-shadow": "error", |
189 | 190 | "@typescript-eslint/dot-notation": "error", |
190 | 191 | "@typescript-eslint/consistent-type-definitions": "error", |
|
207 | 208 | ] |
208 | 209 | } |
209 | 210 | ], |
210 | | - "@typescript-eslint/type-annotation-spacing": "error", |
| 211 | + "@stylistic/type-annotation-spacing": "error", |
211 | 212 | "@typescript-eslint/unified-signatures": "error", |
212 | | - "@typescript-eslint/ban-types": "error", |
| 213 | + "@typescript-eslint/no-restricted-types": "error", |
213 | 214 | "@typescript-eslint/no-floating-promises": "warn", |
214 | 215 | "@typescript-eslint/no-misused-promises": "warn", |
215 | 216 | "@typescript-eslint/restrict-plus-operands": "warn", |
|
280 | 281 | ] |
281 | 282 | } |
282 | 283 | ], |
283 | | - "dspace-angular-ts/themed-component-classes": "error", |
| 284 | + "dspace-angular-ts/no-default-standalone-value": "error", |
284 | 285 | "dspace-angular-ts/themed-component-selectors": "error", |
285 | 286 | "dspace-angular-ts/themed-component-usages": "error", |
286 | 287 | "dspace-angular-ts/themed-decorators": [ |
|
0 commit comments