Skip to content

Commit

Permalink
ci(cspell): minor tweaks (#787)
Browse files Browse the repository at this point in the history
* ci(cspell): ignore tsconfig.tsbuildinfo
* ci(cspell): add brotli
  • Loading branch information
chimurai committed Jun 14, 2022
1 parent 8e62907 commit a48a8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cspell.json
Expand Up @@ -6,6 +6,7 @@
"node_modules/**",
"coverage/**",
"dist/**",
"tsconfig.tsbuildinfo",
"package.json",
"yarn.lock",
"*.tgz"
Expand All @@ -18,6 +19,7 @@
],
"ignoreRegExpList": ["[a-z]+path", "\\]\\(#[a-z-]+\\)"],
"words": [
"brotli",
"camelcase",
"codesandbox",
"deepcode",
Expand Down

0 comments on commit a48a8e1

Please sign in to comment.