Files
stacks-transaction-sponsor/.vscode/settings.json
bestmike007 2fa291a0b8 chore: use hasura 2.35.2 &D upgrade deps
Signed-off-by: bestmike007 <i@bestmike007.com>
2023-12-12 02:25:24 -06:00

24 lines
403 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "typescript"],
"editor.formatOnSave": true,
"eslint.format.enable": true,
"cSpell.words": [
"bytea",
"devenv",
"healthz",
"kriti",
"memoizee",
"microblock",
"mocknet",
"parens",
"secretkey",
"slonik",
"stxdx",
"txid",
"WPKH"
]
}