Skip to content

ForEvolve/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published