@forevolve/prettier-config
v2.0.1
Published
My shared Prettier configuration
Downloads
10
Readme
@forevolve/prettier-config
My shared Prettier configuration.
How to use
Using package.json
and npm
:
Install the package
npm i --save-dev @forevolve/prettier-config
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 runningnpm 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.0
- Change the entry point from
index.js
toindex.json
1.0.0
- Initial release