Skip to content

Commit

Permalink
Update README.md (#539)
Browse files Browse the repository at this point in the history
List `prettier` for additional supported languages.

Supported languages listed here: https://prettier.io/docs/en/
  • Loading branch information
error9900 authored Oct 26, 2023
1 parent 55ac54d commit 86d051c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ trunk check enable {linter}
| C, C++ | [clang-format], [clang-tidy], [include-what-you-use], [pragma-once] |
| CircleCI Config | [circleci] |
| Cloudformation | [cfnlint], [checkov] |
| CSS, SCSS | [stylelint] |
| CSS, SCSS | [stylelint], [prettier] |
| Cue | [cue-fmt] |
| Docker | [hadolint], [checkov] |
| Dotenv | [dotenv-linter] |
| GitHub | [actionlint] |
| Go | [gofmt], [gofumpt], [goimports], [gokart], [golangci-lint], [golines], [semgrep] |
| GraphQL | [graphql-schema-linter] |
| GraphQL | [graphql-schema-linter], [prettier] |
| HAML | [haml-lint] |
| HTML Templates | [djlint] |
| Java | [google-java-format], [pmd], [semgrep] |
Expand All @@ -59,7 +59,7 @@ trunk check enable {linter}
| Kotlin | [detekt]<sup><a href="#note-detekt">1</a></sup>, [ktlint] |
| Kubernetes | [kube-linter] |
| Lua | [stylua] |
| Markdown | [deno], [markdownlint], [remark-lint], [markdown-link-check] |
| Markdown | [deno], [markdownlint], [remark-lint], [markdown-link-check], [prettier] |
| Nix | [nixpkgs-fmt] |
| package.json | [sort-package-json] |
| Perl | [perlcritic], [perltidy] |
Expand Down

0 comments on commit 86d051c

Please sign in to comment.