drashland / sockets-realworld-example-app

Deno + Sockets
2 stars 0 forks source link

Make `deno lint` Pass #1

Open ebebbington opened 4 years ago

ebebbington commented 4 years ago

Summary

What: If you run deno lint, we will most likely have a whole bunch of errors. This issue to fix these errors by correctly formatting code, and abiding by Deno's standards

Why: It would be good to make sure the code follows either: Deno's best practices, coding standards, or general best practices. It's a Deno project so it makes sense to utilise their tools on making the code Deno-like

Acceptance Criteria

Resources

Deno Lint Documentation

Guergeiro commented 4 years ago

Relevant: https://github.com/drashland/deno-drash/issues/264#issuecomment-647970320