Skip to content

Commit 1f2e873

Browse files
ci: apply automated fixes
1 parent 5c415f8 commit 1f2e873

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

knip.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"ignoreDependencies": [
4-
"@size-limit/preset-small-lib",
5-
"@faker-js/faker"
6-
],
7-
"ignoreWorkspaces": [
8-
"examples/**"
9-
],
3+
"ignoreDependencies": ["@size-limit/preset-small-lib", "@faker-js/faker"],
4+
"ignoreWorkspaces": ["examples/**"],
105
"workspaces": {
116
"packages/solid-devtools": {
12-
"ignore": [
13-
"**/core.tsx"
14-
]
7+
"ignore": ["**/core.tsx"]
158
}
169
}
17-
}
10+
}

packages/solid-devtools/src/core.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function SolidDevtoolsCore({
108108
typeof plugin.name === 'string'
109109
? plugin.name
110110
: // The check above confirms that `plugin.name` is of Render type
111-
(el) => convertRender(el, plugin.name as SolidPluginRender),
111+
(el) => convertRender(el, plugin.name as SolidPluginRender),
112112
render: (el: HTMLDivElement) => convertRender(el, plugin.render),
113113
})),
114114
}),

0 commit comments

Comments
 (0)