2.0.1 • Published 6 years ago
@forevolve/prettier-config v2.0.1
@forevolve/prettier-config
My shared Prettier configuration.
How to use
Using package.json and npm:
Install the package
npm i --save-dev @forevolve/prettier-configEdit
package.json:{ // ... "prettier": "@forevolve/prettier-config" }
Note that you can create a
package.jsonfile and use it even if your project is not using Node.js by runningnpm initand 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.jstoindex.json
1.0.0
- Initial release