Skip to content

Commit a48a8e1

Browse files
authored
ci(cspell): minor tweaks (#787)
* ci(cspell): ignore tsconfig.tsbuildinfo * ci(cspell): add brotli
1 parent 8e62907 commit a48a8e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"node_modules/**",
77
"coverage/**",
88
"dist/**",
9+
"tsconfig.tsbuildinfo",
910
"package.json",
1011
"yarn.lock",
1112
"*.tgz"
@@ -18,6 +19,7 @@
1819
],
1920
"ignoreRegExpList": ["[a-z]+path", "\\]\\(#[a-z-]+\\)"],
2021
"words": [
22+
"brotli",
2123
"camelcase",
2224
"codesandbox",
2325
"deepcode",

0 commit comments

Comments
 (0)