Testing the CI/CD process on the master branch on my fork #33
lint.yml
on: pull_request
eslint
33s
code-style
26s
Annotations
1 error and 2 warnings
code-style
Process completed with exit code 1.
|
eslint:
packages/renderer/src/components/exporters/EditYnabExporter.tsx#L35
React Hook useEffect has a missing dependency: 'updateOptionsState'. Either include it or remove the dependency array
|
eslint:
packages/renderer/src/components/exporters/EditYnabExporter.tsx#L41
React Hook useEffect has a missing dependency: 'ynabOptions'. Either include it or remove the dependency array
|