Skip to content

Commit b32eebe

Browse files
committed
docs: code style prettier
1 parent ebda77a commit b32eebe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ sum_1.sum(2, 3);
9393

9494
- [Node Consumable Modules With Typescript Paths](https://medium.com/@ole.ersoy/node-consumable-modules-with-typescript-paths-ed88a5f332fa?postPublishedType=initial) by [oleersoy](https://github.com/oleersoy")
9595

96+
## Contributting
97+
98+
- make sure to format code with prettier:
99+
100+
```sh
101+
npm install --global prettier
102+
prettier --write src/index.ts
103+
```
104+
96105
## Contributors
97106

98107
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

0 commit comments

Comments
 (0)