Lint again #137
Annotations
10 errors
test (ubuntu-latest):
src/renderer/editor/HighlightedCode.tsx#L18
'?' at the end of a type is not valid TypeScript syntax. Did you mean to write 'number | undefined'?
|
test (ubuntu-latest):
src/renderer/editor/HighlightedCode.tsx#L31
Object is possibly 'null'.
|
test (ubuntu-latest):
src/renderer/editor/HighlightedCode.tsx#L34
Argument of type 'number | null' is not assignable to parameter of type 'number'.
|
test (ubuntu-latest):
src/renderer/editor/addEditorTooltips.tsx#L30
Property 'code' is missing in type '{ children: string; dest: string; }' but required in type '{ dest: string; code: boolean; children: string; }'.
|
test (ubuntu-latest):
src/renderer/editor/addEditorTooltips.tsx#L37
Property 'indent' is missing in type '{ children: string; }' but required in type '{ children: string; indent: number | null; }'.
|
test (ubuntu-latest)
Process completed with exit code 2.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|