Explorer
/tmp/final-lint.log
← Zurück ↓ Download
(node:2728429) 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/features/solar/pdf.ts
  2:1   error  `./calculation` import should occur before type import of `./calculation`  import/order
  9:42  error  Array type using 'number[]' is forbidden. Use 'Array<number>' instead      @typescript-eslint/array-type

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