Skip to content

Commit

Permalink
Fixed ESLint and Prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miksrv committed Oct 2, 2024
1 parent 0b7e4a1 commit e03ec21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default [
// Storybook
'**/.storybook/main.js',
'**/.storybook/preview.js',
'**/storybook-static/',
]
},

Expand Down
2 changes: 1 addition & 1 deletion storybook/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'

import Button from '@/button'
import {iconNames} from '@/icon'
import { iconNames } from '@/icon'
import { Meta, StoryFn } from '@storybook/react'

const meta: Meta<typeof Button> = {
Expand Down

0 comments on commit e03ec21

Please sign in to comment.