Explorer
/tmp/lintfinal.log
← Zurück ↓ Download
(node:3533486) 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/e2e/solar.e2e.ts
  1:16  error  Member 'expect' of the import declaration should be sorted alphabetically  sort-imports

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

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