Skip to content

Commit c04f7ab

Browse files
clydinalexeagle
authored andcommitted
refactor(@schematics/update): fix lint error
1 parent 962d60b commit c04f7ab

File tree

1 file changed

+2
-0
lines changed
  • packages/schematics/update/update

1 file changed

+2
-0
lines changed

packages/schematics/update/update/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,14 @@ function _validateUpdatePackages(
213213
|| peerErrors;
214214
});
215215

216+
// tslint:disable:max-line-length
216217
if (!force && peerErrors) {
217218
throw new SchematicsException(tags.stripIndents
218219
`Incompatible peer dependencies found.
219220
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
220221
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.`);
221222
}
223+
// tslint:enable:max-line-length
222224
}
223225

224226

0 commit comments

Comments
 (0)