Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make deno lint Pass #1

Open
ebebbington opened this issue Jun 23, 2020 · 1 comment
Open

Make deno lint Pass #1

ebebbington opened this issue Jun 23, 2020 · 1 comment

Comments

@ebebbington
Copy link
Member

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

  • deno lint is added to the master.yml CI, as a new block (similar to how we use deno fmt --check on some repositories)
  • deno lint produces no errors

Resources

Deno Lint Documentation

@Guergeiro
Copy link
Member

Relevant: drashland/drash#264 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants