Skip to content

Commit

Permalink
Add cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrearden committed Jul 14, 2020
1 parent eb2d9e9 commit d57f573
Show file tree
Hide file tree
Showing 3 changed files with 6,426 additions and 1 deletion.
52 changes: 52 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"language": "en",
"ignorePaths": [
// Copied from '.gitignore', please keep it in sync.
".eslintcache",
"node_modules",
"coverage",
"dist",

// Excluded from spelling check
"cspell.json",
"package.json",
"package-lock.json",
"tsconfig.json"
],
"words": [
"arrayconnection",
"connectiontypes",
"rederives",
"refetchability",
"refetches",
"unbase",
"unbased",

// Different words used inside tests

"millenium",
"corellian",
"bwing",
"xwing",
"ywing",
"dschafer",
"leebyron",
"schrockn",
"Ghvd",
"Glvbjox",
"Glvbjoy",
"Gxlczog",
"Nlcjox",
"Nlcjoy",
"Xljb",

// TODO: contribute upstream
"codecov",
"downlevel",
"transpilation",

// TODO: remove below words
"QL's", // GraphQL's
"QLID" // GraphQLID
]
}
Loading

0 comments on commit d57f573

Please sign in to comment.