Skip to content

bgotink/prettier-plugin-json-formats

Repository files navigation

prettier-plugin-json-formats

This prettier plugin contains rules for formatting specific JSON file formats.

To use this package, install it using

yarn add -D prettier-plugin-json-formats

and configure prettier to use the formats you want.

  • Package.json files:

    overrides:
      - files: package.json
        options:
          parser: package-json
  • Angular CLI workspace files:

    overrides:
      - files: angular.json
        options:
          parser: angular-cli

License

Available under an MIT license.

About

Prettier plugin for certain JSON file formats

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages