Skip to content

Commit

Permalink
Remove the ts-ignore in favor of ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Aug 4, 2020
1 parent dad60f1 commit f50a300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { resolve } from 'path';

// @ts-ignore
// @ts-expect-error
import madge from 'madge';
import { createFailError, run } from '@kbn/dev-utils';

Expand Down

0 comments on commit f50a300

Please sign in to comment.