hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Fix lint warnings

Open ondratra opened this issue 3 years ago • 1 comments

Running yarn lint produces over 100 warnings. Fix the warnings and/or update lint settings to pass linting without problems.

ondratra avatar Jun 21 '21 13:06 ondratra

~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.~

ondratra avatar Jul 08 '21 10:07 ondratra