0.5.0 • Published 10 months ago

prettier-plugin-json-formats v0.5.0

Weekly downloads
11
License
MIT
Repository
github
Last release
10 months ago

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.

0.5.0

10 months ago

0.4.1

2 years ago

0.4.0

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago