Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: augment Prettier Options types with internal PluginConfig #172

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. fix: augment Prettier Options types with internal PluginConfig

    - Add TypeScript module augmentation for the `prettier` module in `types/index.d.ts` to add the `PluginConfig` interface to the `Options` interface to support proper typing of plugin options in IDEs and during type-checking
    - Update `README.md` to reflect new type definition
    jeremy-code committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    de894e9 View commit details
    Browse the repository at this point in the history