Skip to content

Commit 25027bc

Browse files
committed
remove unused fields
1 parent 8497149 commit 25027bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/normalizer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export interface NormalizedConfig {
2929
rules: NormalizedRules;
3030
matcher: Matcher;
3131
fileFilter: (filepath: string) => boolean;
32-
include: string[];
33-
exclude: string[];
3432
customStrategies: Record<string, StrategyFn>;
3533
}
3634

@@ -101,8 +99,6 @@ export const normalizeConfig = async <T extends string = BasicMergeStrategies>(
10199
rules,
102100
matcher,
103101
fileFilter,
104-
include,
105-
exclude,
106102
customStrategies: config.customStrategies ?? {},
107103
};
108104
};

0 commit comments

Comments
 (0)