minor fix #7
Annotations
10 errors and 4 warnings
npm test:
src/main/main.ts#L17
`node:child_process` import should occur before import of `./menu`
|
npm test:
src/main/main.ts#L40
Replace `"js"` with `'js'`
|
npm test:
src/main/main.ts#L41
Replace `⏎········`node·-e·"${args.code}"`,⏎······` with ``node·-e·"${args.code}"``
|
npm test:
src/main/main.ts#L45
Replace `⏎······`python3·-c·"${args.code}"`⏎······` with ``python3·-c·"${args.code}"``
|
npm test:
src/renderer/App.tsx#L93
React Hook useCallback has a missing dependency: 'store'. Either include it or remove the dependency array
|
npm test:
src/renderer/App.tsx#L151
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
npm test:
src/renderer/App.tsx#L172
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
npm test:
src/renderer/App.tsx#L173
Unary operator '++' used
|
npm test:
src/renderer/App.tsx#L181
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
|
npm test:
src/renderer/App.tsx#L188
Unexpected use of continue statement
|
npm test:
src/renderer/codeSnippets/general.ts#L5
Unexpected console statement
|
npm test:
src/renderer/codeSnippets/general.ts#L55
Unexpected console statement
|
npm test:
src/renderer/nodes/OpenAITranscription.tsx#L9
Unexpected console statement
|
npm test:
src/renderer/nodes/OpenAITranscription.tsx#L20
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading