Skip to content

Commit

Permalink
add link to lint site (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Nov 29, 2024
1 parent 22f1caf commit eb73aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/fundamentals/linting_and_formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ The linter can be configured in a
[`deno.json`](/runtime/fundamentals/configuration/) file. You can specify custom
rules, plugins, and settings to tailor the linting process to your needs.

You can view and search the list of available rules and their usage on
[Deno lint rules](https://lint.deno.land/).

## Formatting

Formatting is the process of automatically adjusting the layout of your code to
Expand Down

0 comments on commit eb73aa8

Please sign in to comment.