Skip to content

Commit

Permalink
style: disable no-implicit-dependency v8-profiler
Browse files Browse the repository at this point in the history
We only use @types/v8-profiler, which is a repository dev dependency, and v8-profiler-node8
is a "when needed" dependency.
  • Loading branch information
nlm-pro committed Oct 1, 2018
1 parent 1e3f87f commit cac37eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/angular/cli/lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { SemVer } from 'semver';
import { Duplex } from 'stream';
import { isWarningEnabled } from '../utilities/config';

import { Profiler } from 'v8-profiler';
// from @types/v8-profiler (no dependency to v8-profiler as we use v8-profiler-node8)
import { Profiler } from 'v8-profiler'; // tslint:disable-line:no-implicit-dependencies

const packageJson = require('../package.json');

Expand Down

0 comments on commit cac37eb

Please sign in to comment.