Explorer
/tmp/n22lint.log
← Zurück ↓ Download
(node:3532999) 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

/opt/struktur/hermes-workspace/src/screens/agents/operations-screen.tsx
   1:31  error  Member 'CSSProperties' of the import declaration should be sorted alphabetically                   sort-imports
   1:31  error  Prefer using a top-level type-only import instead of inline type specifiers                        import/consistent-type-specifier-style
   4:1   error  `./agent-presets` import should occur after import of `@hugeicons/react`                           import/order
   8:3   error  Member 'PlusSignIcon' of the import declaration should be sorted alphabetically                    sort-imports
  10:1   error  `@/lib/utils` import should occur after import of `./hooks/use-operations`                         import/order
  12:1   error  `@/components/ui/button` import should occur after import of `./hooks/use-operations`              import/order
  13:1   error  `@/screens/dashboard/lib/formatters` import should occur after import of `./hooks/use-operations`  import/order

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