refactor!: major codebase restructure and improvements #152
Annotations
4 errors and 2 warnings
Run npm run lint:
src/components/feed-selector.tsx#L2
'useFeeds' is defined but never used
|
Run npm run lint:
src/components/ui/checkbox.tsx#L1
* import is invalid because 'default' from 'react' is restricted. Import specific items from react instead of the default import
|
Run npm run lint:
src/components/ui/checkbox.tsx#L28
Use inline exports instead of `export { ... };`
|
Run npm run lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run lint:
src/components/ui/button.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading