diff --git a/src/configs/storybook.ts b/src/configs/storybook.ts index e3b26763c9..ff3a16cd71 100644 --- a/src/configs/storybook.ts +++ b/src/configs/storybook.ts @@ -25,5 +25,12 @@ export async function storybook(): Promise> { "i18next/no-string-literal": "off", }, }, + { + name: "nirtamir2/storybook/disables", + files: ["**/.storybook/**"], + rules: { + "paths/alias": "off", + }, + }, ]; }