aqua ipfs nodejs (WIP)

This commit is contained in:
Pavel Murygin
2022-02-16 02:00:27 +03:00
parent 26984f3179
commit f3a0d16380
10 changed files with 48884 additions and 46505 deletions

View File

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