Skip to content

Commit

Permalink
feat: add vscode spellcheck recommendation (bgd-labs#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Nov 16, 2023
1 parent 27cee36 commit ffee182
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ out/

# editors
.idea
.vscode

# well, looks strange to ignore package-lock, but we have only pretter and it's temproray
package-lock.json
Expand Down
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["streetsidesoftware.code-spell-checker"]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["Aave", "bgdlabs", "Certora", "Arbitrum"]
}

0 comments on commit ffee182

Please sign in to comment.