@nicksp/prettier-config
v1.1.1
Published
Prettier config for @nicksp
Readme
@nicksp/prettier-config
Prettier config I use on all my projects.
Usage
Install:
npm i -D @nicksp/prettier-configAdd the prettier key to your package.json:
{
"prettier": "@nicksp/prettier-config"
}Check out the Prettier documentation for more info on sharing configurations.
Features
- 2 spaces
- No semicolons
- Single quotes
- Trailing commas
- Overrides for Markdown files
License
MIT License © 2025-PRESENT Nick Plekhanov
