This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor: remove storybook eslint plugin from root config

Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>

-4
-4
eslint.config.mjs
··· 1 - // For more info, see https://github.com/storybookjs/eslint-plugin-storybook#configuration-flat-config-format 2 - import storybook from 'eslint-plugin-storybook'; 3 - 4 1 import js from '@eslint/js'; 5 2 import prettierPlugin from 'eslint-plugin-prettier'; 6 3 import tseslint from '@typescript-eslint/eslint-plugin'; ··· 136 133 'no-console': 'warn', 137 134 }, 138 135 }, 139 - ...storybook.configs['flat/recommended'], 140 136 ];