Skip to content

Commit 89fd671

Browse files
committed
lint
1 parent 824681b commit 89fd671

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

storybook/solid/src/solid.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
*/
99

1010
import { createComponent } from '@live-codes/solid-sdk';
11-
import type { Component, JSX } from 'solid-js';
12-
import { createPlayground } from 'livecodes';
13-
// eslint-disable-next-line import/order
1411
import type { EmbedOptions, Playground } from 'livecodes';
12+
import { createPlayground } from 'livecodes';
13+
import type { Component, JSX } from 'solid-js';
1514
export type { Code, Config, EmbedOptions, Language, Playground } from 'livecodes';
1615

1716
/**

storybook/vue/src/livecodes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line import/no-extraneous-dependencies
21
import LiveCodes, { type Props } from 'livecodes/vue';
32
export type { Code, Config, EmbedOptions, Language, Playground } from 'livecodes';
43
export { LiveCodes, type Props };

storybook/web-components/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/* eslint-disable import/order */
21
/* eslint-disable import/no-extraneous-dependencies */
3-
/* eslint-disable import/no-unresolved */
2+
43
/// <reference types="vitest/config" />
54
// import { playwright } from '@vitest/browser-playwright';
65
import path from 'node:path';

0 commit comments

Comments
 (0)