No description
Find a file
Severin Kaderli 28860f1b80
Add README and LICENSE
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2024-01-26 21:17:46 +01:00
.gitignore Initial commit 2024-01-26 21:02:04 +01:00
.prettierrc.json Initial commit 2024-01-26 21:02:04 +01:00
LICENSE Add README and LICENSE 2024-01-26 21:17:46 +01:00
package.json Initial commit 2024-01-26 21:02:04 +01:00
README.md Add README and LICENSE 2024-01-26 21:17:46 +01:00

Install

npm install --save-dev prettier @severinkaderli/prettier-config

Configure

Add the configuration in the package.json file:

{
  "prettier": "@hideoo/prettier-config"
}