mirror of
https://github.com/alexgo-io/stacks-transaction-sponsor.git
synced 2026-01-12 14:53:51 +08:00
24 lines
403 B
JSON
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"
|
|
]
|
|
}
|