Skip to content

Commit

Permalink
fix: ignore contributes from spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Mar 21, 2020
1 parent b6e9b54 commit 4365668
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,23 @@
"Pruvo",
"contributorsrc"
],
"ignorePaths": ["**/coverage/**", "**/node_modules/**", "**/dist/**", "**/*.{json,snap}", ".cspell.json"],
"dictionaries": ["typescript", "softwareTerms", "node", "en_US", "npm", "misc", "filetypes"],
"ignorePaths": [
"**/coverage/**",
"**/node_modules/**",
"**/dist/**",
"**/*.{json,snap}",
".cspell.json",
"CONTRIBUTORS.md"
],
"dictionaries": [
"typescript",
"softwareTerms",
"node",
"en_US",
"npm",
"misc",
"filetypes"
],
"overrides": [
{
"filename": "**/*.{ts,js}"
Expand Down

0 comments on commit 4365668

Please sign in to comment.