Skip to content

Commit

Permalink
Update options.ts
Browse files Browse the repository at this point in the history
option `exportDefault` is boolean not array
  • Loading branch information
alexalexandrescu authored Mar 8, 2024
1 parent dc8d487 commit 87ddc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function getOptionsConfig(configParser: any): {
description: 'Excludes any files whose paths match any of the regular expressions.',
},
E: {
type: 'array',
type: 'boolean',
alias: 'exportDefault',
description: 'Also export the default export of the file. Currently works only with the `flat` mode.',
},
Expand Down

0 comments on commit 87ddc22

Please sign in to comment.