* init reorg

* updated readme

* fix CI

* remove outdated ipfs-node example

* add Readme

* update readme, add config file

Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
boneyard93501
2021-07-16 02:04:18 -05:00
committed by GitHub
parent c98c838a2d
commit 6381411ed9
271 changed files with 581 additions and 3013 deletions

View File

@ -0,0 +1,8 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};