Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dapirian committed Sep 5, 2023
1 parent 9743e97 commit 880aafd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ trunk check enable {linter}
| HAML | [haml-lint] |
| HTML Templates | [djlint] |
| Java | [google-java-format], [pmd], [semgrep] |
| Javascript | [eslint], [prettier], [rome], [semgrep] |
| JSON | [eslint], [prettier], [semgrep] |
| Javascript | [deno], [eslint], [prettier], [rome], [semgrep] |
| JSON | [deno], [eslint], [prettier], [semgrep] |
| Kotlin | [detekt]<sup><a href="#note-detekt">1</a></sup>, [ktlint] |
| Kubernetes | [kube-linter] |
| Lua | [stylua] |
| Markdown | [markdownlint], [remark-lint] |
| Markdown | [deno], [markdownlint], [remark-lint] |
| Nix | [nixpkgs-fmt] |
| package.json | [sort-package-json] |
| Perl | [perlcritic], [perltidy] |
Expand All @@ -78,7 +78,7 @@ trunk check enable {linter}
| Terragrunt | [terragrunt] |
| Textproto | [txtpbfmt] |
| TOML | [taplo] |
| Typescript | [eslint], [prettier], [rome], [semgrep] |
| Typescript | [deno], [eslint], [prettier], [rome], [semgrep] |
| YAML | [prettier], [semgrep], [yamllint] |

[actionlint]: https://github.com/rhysd/actionlint#readme
Expand All @@ -98,6 +98,7 @@ trunk check enable {linter}
[codespell]: https://github.com/codespell-project/codespell#readme
[cspell]: https://github.com/streetsidesoftware/cspell#readme
[cue-fmt]: https://cuelang.org/
[deno]: https://deno.land/manual
[detekt]: https://github.com/detekt/detekt#readme
[djlint]: https://github.com/Riverside-Healthcare/djlint#readme
[dotenv-linter]: https://github.com/dotenv-linter/dotenv-linter#readme
Expand Down

0 comments on commit 880aafd

Please sign in to comment.