Files
xrpl-dev-portal/content/_code-samples/build-a-wallet/js/.prettierrc
Tushar Pardhe 8c888bd248 Build a wallet using js - JS Bounty (#1752)
Created javascript tutorial with feedback from @mDuo13 and @JST5000 to teach folks how to build a wallet for the xrpl using javascript.
2023-05-09 16:52:21 -07:00

8 lines
116 B
Plaintext

{
"trailingComma": "es5",
"printWidth": 150,
"tabWidth": 4,
"singleQuote": true,
"semi": true
}