Skip to content

Commit 5083802

Browse files
committed
update exports
1 parent 573e88e commit 5083802

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import { version as importedVersion } from '../package.json';
77
export type { LinterConfig } from './linter/config';
88
export { lint, type LinterResult, type LinterRunOptions } from './linter/linter';
99
export {
10-
applyFixesToResult, lintWithFixes, type LinterFixerResult, type LinterFixerRunOptions,
10+
applyFixesToResult,
11+
lintWithFixes,
12+
type LinterFixerResult,
13+
type LinterFixerRunOptions,
1114
} from './linter/fixer';
1215
export { LinterRuleSeverity } from './linter/rule';
1316
export { type LinterProblem, type LinterSuggestion } from './linter/linter-problem';
@@ -21,6 +24,8 @@ export { type LinterFixCommand } from './linter/source-code/fix-generator';
2124
// eslint-disable-next-line max-len
2225
export { type LinterPosition, type LinterPositionRange, type LinterOffsetRange } from './linter/source-code/source-code';
2326

27+
export type { LinterConfigFile } from './cli/config-file/config-file';
28+
2429
export {
2530
type FileSystemAdapter,
2631
type FileStats,

0 commit comments

Comments
 (0)