Skip to content

Commit 8601691

Browse files
committed
PR feedback
1 parent ca3495c commit 8601691

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tsdoc-config/src/TSDocConfigFile.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import * as resolve from 'resolve';
1414
import * as path from 'path';
1515
import Ajv from 'ajv';
1616
import * as jju from 'jju';
17-
import { config } from 'process';
1817

1918
const ajv: Ajv.Ajv = new Ajv({ verbose: true });
2019

tsdoc-config/src/__tests__/TSDocConfigFile.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { TSDocConfiguration } from '@microsoft/tsdoc';
22
import * as path from 'path';
3-
import { config } from 'process';
43

54
import { TSDocConfigFile } from '../TSDocConfigFile';
65

0 commit comments

Comments
 (0)