From c7b73f18f6dc4b8144d18582de89a5f5773cee23 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Fri, 7 Jun 2024 16:30:51 +0200 Subject: [PATCH] fixes --- code/.eslintignore | 2 +- code/core/src/core-server/index.ts | 1 - .../utils/__search-files-tests__/src/es-module.stories.js | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/.eslintignore b/code/.eslintignore index ee935e0d374..8ae7c73cc7f 100644 --- a/code/.eslintignore +++ b/code/.eslintignore @@ -18,4 +18,4 @@ ember-output !.eslintrc-markdown.js !.storybook core/assets -lib/core/src/core-server/utils/__search-files-tests__ \ No newline at end of file +core/src/core-server/utils/__search-files-tests__ \ No newline at end of file diff --git a/code/core/src/core-server/index.ts b/code/core/src/core-server/index.ts index 8664944bc39..9f8ec3c93a6 100644 --- a/code/core/src/core-server/index.ts +++ b/code/core/src/core-server/index.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line @typescript-eslint/triple-slash-reference /// export { getPreviewHeadTemplate, getPreviewBodyTemplate } from '@storybook/core/dist/common'; diff --git a/code/core/src/core-server/utils/__search-files-tests__/src/es-module.stories.js b/code/core/src/core-server/utils/__search-files-tests__/src/es-module.stories.js index e69de29bb2d..ff8b4c56321 100644 --- a/code/core/src/core-server/utils/__search-files-tests__/src/es-module.stories.js +++ b/code/core/src/core-server/utils/__search-files-tests__/src/es-module.stories.js @@ -0,0 +1 @@ +export default {};