Michael
Results
3
comments of
Michael
To add to @Chuhj solution, I've used "overrides" to disable rule only for shadcn/ui components ```` overrides: [ { files: ['**/components/ui/*.tsx'], rules: { 'react/prop-types': [2, { ignore: ['className'] }], 'react-refresh/only-export-components':...
Same issue here
Thanks @aliemir for the workaround !