We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8497149 commit 25027bcCopy full SHA for 25027bc
lib/src/normalizer.ts
@@ -29,8 +29,6 @@ export interface NormalizedConfig {
29
rules: NormalizedRules;
30
matcher: Matcher;
31
fileFilter: (filepath: string) => boolean;
32
- include: string[];
33
- exclude: string[];
34
customStrategies: Record<string, StrategyFn>;
35
}
36
@@ -101,8 +99,6 @@ export const normalizeConfig = async <T extends string = BasicMergeStrategies>(
101
99
rules,
102
100
matcher,
103
fileFilter,
104
- include,
105
- exclude,
106
customStrategies: config.customStrategies ?? {},
107
};
108
0 commit comments