L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

Format frontend code. Fix warnings when building. Fix eslint warnings. #68

Closed w3irdrobot closed 2 years ago

w3irdrobot commented 2 years ago

When building the frontend, lots of Eslint warnings were output. There were also some warnings about source map issues with zod. There was some conversation about this issue in the zod repo. For good measure, I also ran prettier that was setup to be a husky pre-commit hook, but I think it would only actually run if you were in that directory when you did the commit, which is probably less common than committing from the root of the project.

johncantrell97 commented 2 years ago

thanks!