Skip to content

Create design system package #17

Create design system package

Create design system package #17

GitHub Actions / ESLint Report Analysis failed Jun 4, 2024 in 0s

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]

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]

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]

Annotations

Check warning on line 3 in packages/design-system/src/components/Button/Button.stories.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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`.