mirror of
https://github.com/fluencelabs/examples
synced 2025-06-22 14:21:32 +00:00
feat!: Replace old fluence-js with JS Client (#425)
This commit is contained in:
8
js-client-examples/node-example/.prettierrc.cjs
Normal file
8
js-client-examples/node-example/.prettierrc.cjs
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