https://github.com/forevolve/prettier-config
My Prettier configuration; See also https://github.com/ForEvolve/ForEvolve.Conventions for `dotnet new` templates.
https://github.com/forevolve/prettier-config
Last synced: 4 months ago
JSON representation
My Prettier configuration; See also https://github.com/ForEvolve/ForEvolve.Conventions for `dotnet new` templates.
- Host: GitHub
- URL: https://github.com/forevolve/prettier-config
- Owner: ForEvolve
- License: mit
- Created: 2019-11-16T16:54:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T20:01:39.000Z (over 6 years ago)
- Last Synced: 2025-08-25T22:57:06.723Z (9 months ago)
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @forevolve/prettier-config
My shared [Prettier](https://prettier.io/) configuration.

## How to use
Using `package.json` and `npm`:
1. Install the package
```bash
npm i --save-dev @forevolve/prettier-config
```
2. Edit `package.json`:
```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](https://nodejs.org/) 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](https://prettier.io/docs/en/configuration.html).
## 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