Skip to content

Commit

Permalink
Created initial spell check config file (hackforla#5512)
Browse files Browse the repository at this point in the history
  • Loading branch information
erinzz authored and sheehanrobb committed Sep 14, 2023
1 parent 3ae68d1 commit 812aa95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2",
"language": "en",
// words - list of words to be always considered correct
"words": [
"collabathon"
],
"ignorePaths": [
"node_modules",
".github"
]
}

0 comments on commit 812aa95

Please sign in to comment.