Explorer
/tmp/endlint.log
← Zurück ↓ Download
(node:2819959) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignore-files
(Use `node --trace-warnings ...` to show where the warning was created)

/opt/struktur/hermes-workspace/src/features/solar/integration.test.ts
  6:68  warning  Async arrow function has no 'await' expression  @typescript-eslint/require-await

/opt/struktur/hermes-workspace/src/screens/solar/solar-projects-panel.tsx
  9:36  error  Array type using 'ProjectRow[]' is forbidden. Use 'Array<ProjectRow>' instead  @typescript-eslint/array-type

/opt/struktur/hermes-workspace/src/screens/solar/solar-screen.tsx
  7:1  error  `./solar-projects-panel` import should occur before type import of `@/features/solar/calculation`  import/order

✖ 3 problems (2 errors, 1 warning)
  2 errors and 0 warnings potentially fixable with the `--fix` option.