From edb6227900b8a03cddc7da9eee40ced0290b6f7f Mon Sep 17 00:00:00 2001 From: langermank <18661030+langermank@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:28:49 -0700 Subject: [PATCH] lint --- e2e/storybook.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/storybook.test.ts b/e2e/storybook.test.ts index 92ceecf4e..ea05c44c3 100644 --- a/e2e/storybook.test.ts +++ b/e2e/storybook.test.ts @@ -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 => {