No description
Find a file
Severin Kaderli fc8307ae03
Bump version to 1.0.1
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2024-01-26 21:18:53 +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 Bump version to 1.0.1 2024-01-26 21:18:53 +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"
}