mirror of
https://github.com/fluencelabs/examples
synced 2025-06-22 14:21:32 +00:00
Reorg (#10)
* 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:
8
archived/web3-examples/web-frontend/.prettierrc.js
Normal file
8
archived/web3-examples/web-frontend/.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