feat: project init #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors and 6 warnings
test
Process completed with exit code 1.
|
build-library
Process completed with exit code 1.
|
lint:
example/src/App.tsx#L10
'getHighlightData' is assigned a value but never used
|
lint:
example/src/App.tsx#L14
'deleteFun' is assigned a value but never used
|
lint:
src/HighlightText.tsx#L87
React Hook useCallback has missing dependencies: 'addRange' and 'word'. Either include them or remove the dependency array. If 'addRange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
src/HighlightText.tsx#L375
React Hook useCallback has a missing dependency: 'layout'. Either include it or remove the dependency array
|
lint:
src/utilis/helper_functions.ts#L9
Replace `·` with `;`
|
lint:
src/utilis/helper_functions.ts#L27
Replace `arr:·number[],·number:·number` with `⏎··arr:·number[],⏎··number:·number⏎`
|
lint
Process completed with exit code 1.
|
lint:
example/src/App.tsx#L19
Inline style: { flex: 1 }
|
lint:
example/src/App.tsx#L43
Inline style: { fontSize: 15 }
|
lint:
src/HighlightText.tsx#L286
'words' is already declared in the upper scope on line 251 column 11
|
lint:
src/HighlightText.tsx#L313
'words' is already declared in the upper scope on line 251 column 11
|
lint:
src/HighlightText.tsx#L331
'words' is already declared in the upper scope on line 251 column 11
|
lint:
src/HighlightText.tsx#L341
'words' is already declared in the upper scope on line 251 column 11
|