Testing the CI/CD process on the master branch on my fork #37
lint.yml
on: pull_request
eslint
36s
code-style
31s
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
|