Skip to content

Commit 3898db8

Browse files
committed
style: fix lint error
1 parent a4585d7 commit 3898db8

File tree

3 files changed

+1720
-84
lines changed

3 files changed

+1720
-84
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@storybook/html": "7.0.0-rc.7",
4141
"@storybook/html-vite": "7.0.0-rc.7",
4242
"@storybook/jest": "0.0.10",
43+
"@storybook/test-runner": "0.10.0-next.12",
4344
"@storybook/testing-library": "0.0.13",
4445
"@types/eslint": "8.21.3",
4546
"@types/node": "18.15.3",

packages/headless/src/root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// eslint-disable-next-line @typescript-eslint/no-empty-function
12
export default () => {};

0 commit comments

Comments
 (0)