uniswap-v2-loader 5.0.25 → 5.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/contributing.md +7 -0
- package/package.json +1 -1
package/contributing.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
1. promises only! thx python devs for syntax-sugar with async/awit.
|
|
2
|
+
2. 4 space offset. not 2.
|
|
3
|
+
3. no typescipt here. for ts lovers there is d.ts file.
|
|
4
|
+
4. no dependencies.
|
|
5
|
+
5. snake_case notation. my eyes say thank you.
|
|
6
|
+
6. test coverage is important metric!
|
|
7
|
+
7. minimum changes plz. ask yourself if same can be written with less amount of chars.
|