hydra
hydra copied to clipboard
Fix lint warnings
Running yarn lint
produces over 100 warnings. Fix the warnings and/or update lint settings to pass linting without problems.
~Another issue is that running yarn lint
from the root directory yields different results than running it from a package directory cd packages/hydra-processor && yarn lint
. Unite the output by ensuring the same lint configuration is loaded in both cases.~