Create design system package #17
ESLint Report Analysis
0 ESLint error(s) and 3 ESLint warning(s) found
Details
3 Warning(s):
packages/design-system/src/components/Button/Button.stories.tsx
line 3
- Start Line:
3
- End Line:
3
- Message:
lucide-react
import should occur before import of./Button
- From: [
import/order
]
- From: [
packages/design-system/src/components/Button/Button.stories.tsx
line 4
- Start Line:
4
- End Line:
4
- Message:
@storybook/react
import should occur before import of@storybook/test
- From: [
import/order
]
- From: [
packages/design-system/src/components/Button/Button.stories.tsx
line 4
- Start Line:
4
- End Line:
4
- Message: All imports in the declaration are only used as types. Use
import type
.- From: [
@typescript-eslint/consistent-type-imports
]
- From: [
Annotations
Check warning on line 3 in packages/design-system/src/components/Button/Button.stories.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/components/Button/Button.stories.tsx#L3
[import/order] `lucide-react` import should occur before import of `./Button`
Check warning on line 4 in packages/design-system/src/components/Button/Button.stories.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/components/Button/Button.stories.tsx#L4
[import/order] `@storybook/react` import should occur before import of `@storybook/test`
Check warning on line 4 in packages/design-system/src/components/Button/Button.stories.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/components/Button/Button.stories.tsx#L4
[@typescript-eslint/consistent-type-imports] All imports in the declaration are only used as types. Use `import type`.