mirror of
https://github.com/fluencelabs/examples
synced 2025-06-26 08:11:37 +00:00
aqua ipfs nodejs (WIP)
This commit is contained in:
8
aqua-examples/aqua-ipfs-integration/.prettierrc.js
Normal file
8
aqua-examples/aqua-ipfs-integration/.prettierrc.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
semi: true,
|
||||
trailingComma: 'all',
|
||||
singleQuote: true,
|
||||
printWidth: 120,
|
||||
tabWidth: 4,
|
||||
useTabs: false,
|
||||
};
|
Reference in New Issue
Block a user