zkl-kds/.prettierrc
Yigid BALABAN ca521e033f
check description
+ key-derivation/getPairFromPrivate()
M key-derivation/generateKeypair to use class Key
+ class Key for interop between different zkl modules
2024-08-23 12:14:47 +03:00

8 lines
113 B
Plaintext

{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"bracketSpacing": true,
"trailingComma": "none"
}