Skip to content

Commit b03178a

Browse files
Ignore used Knip dependency false positives
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>
1 parent 5b21fa3 commit b03178a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

knip.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"src/PyodideWorker.js",
99
"src/html-renderer.jsx"
1010
],
11+
"ignoreDependencies": [
12+
"assert",
13+
"jest-circus",
14+
"jest-github-actions-reporter",
15+
"jest-junit",
16+
"url"
17+
],
1118
"ignore": [ "public/shims/**", "public/pyodide/**", "public/libraries/**" ]
1219
}

0 commit comments

Comments
 (0)