File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const run = async () => {
56
56
isShowProgress,
57
57
isIncludeEntryExports,
58
58
isIsolateWorkspaces,
59
- isFix,
59
+ isFix : isFix || fixTypes . length > 0 ,
60
60
fixTypes : fixTypes . flatMap ( type => type . split ( ',' ) ) ,
61
61
} ) ;
62
62
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export const main = async (unresolvedConfiguration: CommandLineOptions) => {
70
70
const report = chief . getIssueTypesToReport ( ) ;
71
71
const rules = chief . getRules ( ) ;
72
72
const filters = chief . getFilters ( ) ;
73
- const fixer = new IssueFixer ( { isEnabled : isFix || fixTypes . length > 0 , cwd, fixTypes } ) ;
73
+ const fixer = new IssueFixer ( { isEnabled : isFix , cwd, fixTypes } ) ;
74
74
75
75
const isReportDependencies = report . dependencies || report . unlisted || report . unresolved ;
76
76
const isReportValues = report . exports || report . nsExports || report . classMembers ;
You can’t perform that action at this time.
0 commit comments