Skip to content

Commit

Permalink
disables paths in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 committed Sep 24, 2024
1 parent c409a7c commit c2efda6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/configs/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,12 @@ export async function storybook(): Promise<Array<TypedFlatConfigItem>> {
"i18next/no-string-literal": "off",
},
},
{
name: "nirtamir2/storybook/disables",
files: ["**/.storybook/**"],
rules: {
"paths/alias": "off",
},
},
];
}

0 comments on commit c2efda6

Please sign in to comment.