Skip to content

Commit c5e8a72

Browse files
chore: fix lint:spelling for traces
1 parent 8b4df05 commit c5e8a72

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

cspell.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"dictionaries": ["typescript"],
3-
"ignorePaths": [".github", "cases", "node_modules"],
4-
"words": ["execa", "knip", "packagejson", "sharkdp", "tseslint", "winget"]
3+
"ignorePaths": [".github", "cases", "node_modules", "traces"],
4+
"words": [
5+
"cpuprofile",
6+
"execa",
7+
"flamegraph",
8+
"knip",
9+
"packagejson",
10+
"sharkdp",
11+
"singlerun",
12+
"tseslint",
13+
"winget"
14+
]
515
}

0 commit comments

Comments
 (0)