You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,15 @@ sum_1.sum(2, 3);
93
93
94
94
-[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")
95
95
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
+
96
105
## Contributors
97
106
98
107
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
0 commit comments