Skip to content

Commit 31edbba

Browse files
committed
cleanup
1 parent 334db54 commit 31edbba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dangerfile.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { exec } from 'child_process';
2-
import { promisify } from 'util';
3-
import { resolve } from 'path';
4-
52
import { danger, fail, message, schedule, warn } from 'danger';
63
import tslint from 'danger-plugin-tslint';
74
import { prettyResults } from 'danger-plugin-tslint/dist/prettyResults';
85
import { CLIEngine } from 'eslint';
6+
import { resolve } from 'path';
7+
import { promisify } from 'util';
98

109
const PACKAGES = ['integrations', 'node'];
1110
const EXTENSIONS = ['.js', '.jsx', '.ts', '.tsx'];

0 commit comments

Comments
 (0)