12 lines
214 B
Markdown
12 lines
214 B
Markdown
# Install
|
|
```shell
|
|
npm install --save-dev prettier @severinkaderli/prettier-config
|
|
```
|
|
|
|
# Configure
|
|
Add the configuration in the `package.json` file:
|
|
```json
|
|
{
|
|
"prettier": "@severinkaderli/prettier-config"
|
|
}
|
|
```
|