Skip to content

Commit

Permalink
format with new Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jan 25, 2024
1 parent bb4cbd0 commit 141af8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-debug-ids/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const styleFunctions = [
'recipe',
] as const;

type StyleFunction = typeof styleFunctions[number];
type StyleFunction = (typeof styleFunctions)[number];

const extractName = (node: t.Node) => {
if (t.isObjectProperty(node) && t.isIdentifier(node.key)) {
Expand Down

0 comments on commit 141af8e

Please sign in to comment.