temp change linting errors to warnings #19
Annotations
1 error and 11 warnings
lint
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/Presenter.tsx#L5
Unexpected any. Specify a different type
|
lint:
src/Renderer.tsx#L65
Unexpected any. Specify a different type
|
lint
Unexpected any. Specify a different type
|
lint
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render
|
lint
React Hook useEffect has missing dependencies: 'data.data', 'formData?.data?.items', and 'handleAddGroupItem'. Either include them or remove the dependency array
|
lint
Unexpected any. Specify a different type
|
lint
Unexpected any. Specify a different type
|
lint
Unexpected lexical declaration in case block
|
lint
Unexpected lexical declaration in case block
|
lint
Unexpected any. Specify a different type
|