/prettier-config

My Prettier configuration; See also https://github.com/ForEvolve/ForEvolve.Conventions for `dotnet new` templates.

MIT LicenseMIT

@forevolve/prettier-config

My shared Prettier configuration.

Deploy npm package

How to use

Using package.json and npm:

  1. Install the package

    npm i --save-dev @forevolve/prettier-config
  2. Edit package.json:

    {
      // ...
      "prettier": "@forevolve/prettier-config"
    }

Note that you can create a package.json file and use it even if your project is not using Node.js by running npm init and following the instructions.

For more information, or other ways to load the package, please see the official Prettier documentation: Configuration File.

Change log

2.0.1

  • Update a keyword to test the paths filter of the GitHub action

2.0.0

  • Change the entry point from index.js to index.json

1.0.0

  • Initial release