Remove Neo from project setup #591
Annotations
10 errors and 10 warnings
Lint server:
server/src/entities/signature/signature.service.ts#L11
'systemName' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/signature/signature.service.ts#L12
'folderId' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/signature/signature.service.ts#L18
'signatures' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/signature/signature.service.ts#L19
'folderId' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/signature/signature.service.ts#L25
'sigUpdates' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/signature/signature.service.ts#L26
'folderId' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/signature/signature.service.ts#L38
'ids' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/system/system.resolver.ts#L15
'name' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server:
server/src/entities/system/system.resolver.ts#L16
'folderId' is defined but never used. Allowed unused args must match /type|returns|of|unused/u
|
Lint server
Process completed with exit code 1.
|
Lint client:
web/src/auth/useAuth.tsx#L4
Fast refresh can't handle anonymous components. Add a name to your export
|
Lint client:
web/src/components/common/DebouncingAutocomplete.tsx#L58
React Hook useEffect has a missing dependency: 'search'. Either include it or remove the dependency array. If 'search' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint client:
web/src/components/front-page/motd/Motd.tsx#L14
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint client:
web/src/components/global-notification/useNotification.tsx#L23
Fast refresh can't handle anonymous components. Add a name to your export
|
Lint client:
web/src/components/settings-view/SettingsView.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint client:
web/src/components/settings-view/folder/folder-management/manage-folder/ManageFolder.tsx#L18
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint client:
web/src/components/settings-view/settings-grid/OrganizationListItem.tsx#L40
React Hook useEffect has missing dependencies: 'alliance', 'esiId', 'getAlliancePublicInfo', and 'getPublicInfo'. Either include them or remove the dependency array
|
Lint client:
web/src/components/system-view/SystemView.tsx#L17
React Hook useEffect has a missing dependency: 'changeSystem'. Either include it or remove the dependency array
|
Lint client:
web/src/components/system-view/overview/scanning-panel/ScanningPanel.tsx#L16
React Hook useEffect has a missing dependency: 'sigPasteListener'. Either include it or remove the dependency array
|
Lint client:
web/src/components/system-view/overview/scanning-panel/sig-modal/SigModal.tsx#L44
React Hook useEffect has missing dependencies: 'disableSigPasteListener' and 'enableSigPasteListener'. Either include them or remove the dependency array
|
Loading