presets
presets copied to clipboard
cra: eslint does not take configured settings
the eslint rules are configured in package.json for cra, but seems not to be taken when running "build-storybook", so it fails because for our custom rules.
Might be related to these Issues as well ...
https://github.com/storybookjs/storybook/issues/10878 https://github.com/storybookjs/presets/issues/87
Is there any development regarding eslint?