prettier-plugin-json-formats
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

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.

Package Sidebar

Install

npm i prettier-plugin-json-formats

Weekly Downloads

117

Version

0.5.0

License

MIT

Unpacked Size

72.4 kB

Total Files

38

Last publish

Collaborators

  • bgotink