Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Jul 6, 2023
1 parent f455012 commit edb6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/storybook.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {type Page, test, expect} from '@playwright/test'
// eslint-disable-next-line import/extensions
// eslint-disable-next-line import/extensions, import/no-unresolved
import data from '../docs/storybook/storybook-static/stories.json'

const stories = Object.values(data.stories).map(story => {
Expand Down

0 comments on commit edb6227

Please sign in to comment.