Skip to content

Commit 3d43d49

Browse files
fix: code smells
1 parent 3fdeda2 commit 3d43d49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ng-add/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { Rule, SchematicContext, SchematicsException, Tree, chain } from '@angular-devkit/schematics';
1+
import { Rule, SchematicContext, SchematicsException, Tree } from '@angular-devkit/schematics';
22
import { experimental, JsonParseMode, parseJson } from '@angular-devkit/core';
3-
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
43

54
function getWorkspace(host: Tree): { path: string; workspace: experimental.workspace.WorkspaceSchema } {
65
const possibleFiles = ['/angular.json', './angular.json'];

0 commit comments

Comments
 (0)