Skip to content

Commit

Permalink
chore: fix lint:spelling for traces
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 17, 2024
1 parent 8b4df05 commit c5e8a72
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"dictionaries": ["typescript"],
"ignorePaths": [".github", "cases", "node_modules"],
"words": ["execa", "knip", "packagejson", "sharkdp", "tseslint", "winget"]
"ignorePaths": [".github", "cases", "node_modules", "traces"],
"words": [
"cpuprofile",
"execa",
"flamegraph",
"knip",
"packagejson",
"sharkdp",
"singlerun",
"tseslint",
"winget"
]
}

0 comments on commit c5e8a72

Please sign in to comment.