Skip to content

Commit 7ee7d76

Browse files
ci: apply automated fixes
1 parent cb21d85 commit 7ee7d76

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

examples/react/basic/src/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ function App() {
44
return (
55
<div>
66
<h1>TanStack Devtools Basic Example</h1>
7-
<Devtools options={{
8-
openHotkey: ["Shift", "B"]
9-
}} />
7+
<Devtools
8+
options={{
9+
openHotkey: ['Shift', 'B'],
10+
}}
11+
/>
1012
</div>
1113
)
1214
}

examples/solid/basic/src/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ function App() {
44
return (
55
<div>
66
<h1>TanStack Devtools Basic Example</h1>
7-
<Devtools options={{
8-
openHotkey: ["Shift", "B"]
9-
}} />
7+
<Devtools
8+
options={{
9+
openHotkey: ['Shift', 'B'],
10+
}}
11+
/>
1012
</div>
1113
)
1214
}

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
"devDependencies": {
6767
"vite-plugin-solid": "^2.11.6"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)