Skip to content

Commit 07ba445

Browse files
ryancbahanclaude
andcommitted
Fix knip: ignore playwright binary, remove stale ignoreDependencies entry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1584fb4 commit 07ba445

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@
125125
"unlisted": "error",
126126
"unresolved": "error"
127127
},
128+
"ignoreBinaries": [
129+
"playwright"
130+
],
128131
"ignoreDependencies": [
129132
"@shopify/theme-check-node",
130-
"@shopify/theme-check-docs-updater",
131-
"@graphql-typed-document-node/core"
133+
"@shopify/theme-check-docs-updater"
132134
],
133135
"ignoreWorkspaces": [
134136
"packages/eslint-plugin-cli",

0 commit comments

Comments
 (0)