File tree Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 114114 "no-undecorated-class-with-ng-fields" : true ,
115115 "setters-after-getters" : true ,
116116 "ng-on-changes-property-access" : true ,
117- "rxjs-imports" : true ,
118117 "require-breaking-change-version" : true ,
119118 "class-list-signatures" : true ,
120119 "coercion-types" : [true ,
182181 ".*" : " kebab-case"
183182 }],
184183 "no-unescaped-html-tag" : true ,
185- "import-blacklist" : [true , [" ^@schematics/angular/.*(ast).*" ]]
184+ // Ensures that all rxjs imports come only from `rxjs` and `rxjs/operators`. Also ensures
185+ // that no AST utils from `@schematics/angular` are imported. These should be vendored.
186+ "import-blacklist" : [true , [" ^@schematics/angular/.*(ast).*" , " ^rxjs(?!$|/operators$).*" ]]
186187 },
187188 "linterOptions" : {
188189 "exclude" : [
You can’t perform that action at this time.
0 commit comments