Skip to content

Commit

Permalink
docs(pluginutils): configure correct options (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu authored Aug 26, 2023
1 parent 9bfc5d9 commit 1ea9cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pluginutils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const esModuleSource = dataToEsm(
{
compact: false,
indent: '\t',
preferConst: false,
objectShorthand: false,
preferConst: true,
objectShorthand: true,
namedExports: true
}
);
Expand Down

0 comments on commit 1ea9cc3

Please sign in to comment.