Skip to content

Conversation

@Tehnix
Copy link

@Tehnix Tehnix commented Nov 18, 2025

The current @plugin syntax was using , (comma) which is incorrect syntax and will fail parsing. This changes it to use ; (semi-colon) instead.

We also add pragmas to stop Prettier from running on these lines and changing the casing on the keys, which will cause the configuration to not work. Prettier usage is an extremely common, so this is why it is added by default.

I can remove the /* prettier-ignore */ from the PR if you feel like it doesn't make sense to have here :)

The current @plugin syntax was using `,` (comma) which is incorrect syntax and will fail parsing. This changes it to use `;` (semi-colon) instead.

We also add pragmas to stop Prettier from running on these lines and changing the casing on the keys, which will cause the configuration to not work. Prettier usage is an extremely common, so this is why it is added by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant