Added storybook with example in thw preview.tsx
This commit is contained in:
+6
-6
@@ -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"]];
|
||||
Reference in New Issue
Block a user