Skip to content

Commit

Permalink
ci: trying to fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 1, 2024
1 parent 8ba72f8 commit df8e787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
dist
.parcel-cache
tailwind.config.js
postcss.config.js
postcss.config.js
src/stories/
2 changes: 1 addition & 1 deletion src/stories/bundles/layout.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
Logo,
NumberTag,
SearchBar,
Shell, // @ts-expect-error ignored
Shell,
} from '@koupr/ui'
import type { Meta, StoryObj } from '@storybook/react'
import cx from 'classnames'
Expand Down

0 comments on commit df8e787

Please sign in to comment.