> fundaciontodoloquehesonado@0.1.0 lint > eslint C:\Ambiente_desarrollo\fundaciontodoloquehesonado\server.js 1:26 error A `require()` style import is forbidden @typescript-eslint/no-require-imports 2:19 error A `require()` style import is forbidden @typescript-eslint/no-require-imports 3:14 error A `require()` style import is forbidden @typescript-eslint/no-require-imports C:\Ambiente_desarrollo\fundaciontodoloquehesonado\src\app\admin\layout.tsx 5:24 warning 'LogOut' is defined but never used @typescript-eslint/no-unused-vars C:\Ambiente_desarrollo\fundaciontodoloquehesonado\src\app\admin\page.tsx 8:3 warning 'MoreVertical' is defined but never used @typescript-eslint/no-unused-vars 11:29 warning 'getDriveThumbnailUrl' is defined but never used @typescript-eslint/no-unused-vars 14:46 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 15:10 warning 'headers' is assigned a value but never used @typescript-eslint/no-unused-vars 18:60 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 32:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars 40:5 error Error: Calling setState synchronously within an effect can trigger cascading renders Effects are intended to synchronize state between React and external systems such as manually updating the DOM, state management libraries, or other platform APIs. In general, the body of an effect should do one or both of the following: * Update external systems with the latest state from React. * Subscribe for updates from some external system, calling setState in a callback function when external state changes. Calling setState synchronously within an effect body causes cascading renders that can hurt performance, and is not recommended. (https://react.dev/learn/you-might-not-need-an-effect). C:\Ambiente_desarrollo\fundaciontodoloquehesonado\src\app\admin\page.tsx:40:5 38 | 39 | useEffect(() => { > 40 | fetchRegistros(); | ^^^^^^^^^^^^^^ Avoid calling setState() directly within an effect 41 | }, []); 42 | 43 | const filteredRegistros = registros.filter((reg) => { react-hooks/set-state-in-effect 57:26 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 165:22 error 'Loader2' is not defined react/jsx-no-undef 318:60 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 351:9 warning 'directUrl' is assigned a value but never used @typescript-eslint/no-unused-vars Ô£û 15 problems (9 errors, 6 warnings)