chore:refactor ts cv hooks #210
ci.yml
on: pull_request
lint
17s
build-library
37s
Annotations
10 errors and 7 warnings
lint:
examples/computer-vision/screens/ClassificationScreen.tsx#L49
Replace `⏎········visible={!model.isReady}⏎········textContent={`Loading·the·model...`}⏎·····` with `·visible={!model.isReady}·textContent={`Loading·the·model...`}`
|
lint:
examples/computer-vision/screens/StyleTransferScreen.tsx#L42
Replace `⏎········visible={!model.isReady}⏎········textContent={`Loading·the·model...`}⏎·····` with `·visible={!model.isReady}·textContent={`Loading·the·model...`}`
|
lint:
src/ETModule.ts#L14
Delete `,·`
|
lint:
src/ETModule.ts#L15
Replace `·error,·isReady,·isGenerating,·forwardETInput:·forward` with `⏎····error,⏎····isReady,⏎····isGenerating,⏎····forwardETInput:·forward,⏎·`
|
lint:
src/ETModule.ts#L38
Insert `,`
|
lint:
src/models/Classification.ts#L20
Replace `·error,·isReady,·isGenerating,·forwardImage:·forward` with `⏎····error,⏎····isReady,⏎····isGenerating,⏎····forwardImage:·forward,⏎·`
|
lint:
src/models/ObjectDetection.ts#L21
Replace `·error,·isReady,·isGenerating,·forwardImage:·forward` with `⏎····error,⏎····isReady,⏎····isGenerating,⏎····forwardImage:·forward,⏎·`
|
lint:
src/models/StyleTransfer.ts#L20
Replace `·error,·isReady,·isGenerating,·forwardImage:·forward` with `⏎····error,⏎····isReady,⏎····isGenerating,⏎····forwardImage:·forward,⏎·`
|
lint:
src/native/RnExecutorchModules.ts#L106
Insert `·`
|
lint:
src/native/RnExecutorchModules.ts#L126
Insert `,`
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
docs/docusaurus.config.js#L4
'webpack' is assigned a value but never used
|
lint:
examples/computer-vision/components/ImageWithBboxes.tsx#L75
Inline style: { borderColor: 'red' }
|
lint:
examples/computer-vision/screens/ObjectDetectionScreen.tsx#L79
Inline style: { width: '100%', height: '100%' }
|
lint:
examples/llama/screens/ChatScreen.tsx#L66
Inline style: { flex: 1 }
|
lint:
src/useModule.ts#L29
'module' is already declared in the upper scope on line 4 column 19
|
build-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|