Add README and LICENSE

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-01-26 21:17:46 +01:00
parent 677fd4cb63
commit 28860f1b80
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 673 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# Install
```shell
npm install --save-dev prettier @severinkaderli/prettier-config
```
# Configure
Add the configuration in the `package.json` file:
```json
{
"prettier": "@hideoo/prettier-config"
}
```