Add README and LICENSE
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
677fd4cb63
commit
28860f1b80
2 changed files with 673 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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"
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue