Add "falsey" to dictionary

This commit is contained in:
Daniel Lugo 2021-09-06 15:55:24 -04:00
parent f534c3e45d
commit b6f4719a99

10
.vscode/settings.json vendored
View file

@ -4,5 +4,13 @@
"debug.node.autoAttach": "on", "debug.node.autoAttach": "on",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": ["Epub", "GUNRPC", "ISEA", "PUBKEY", "Reqs", "uuidv"] "cSpell.words": [
"Epub",
"falsey",
"GUNRPC",
"ISEA",
"PUBKEY",
"Reqs",
"uuidv"
]
} }