Added storybook with example in thw preview.tsx

This commit is contained in:
2026-07-12 15:44:12 +02:00
parent 54255b453a
commit 15b92fa27e
10 changed files with 2261 additions and 15 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
// For more info, see https://github.com/storybookjs/eslint-plugin-storybook#configuration-flat-config-format
import storybook from "eslint-plugin-storybook";
import js from '@eslint/js';
export default [
js.configs.recommended,
{
ignores: ['**/dist/**', '**/www/**', '**/node_modules/**', '**/.stencil/**'],
},
];
export default [js.configs.recommended, {
ignores: ['**/dist/**', '**/www/**', '**/node_modules/**', '**/.stencil/**'],
}, ...storybook.configs["flat/recommended"]];