aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f79cb1..f318db7 100644
--- a/README.md
+++ b/README.md
@@ -217,6 +217,7 @@ To view configured and available formatters, as well as to see the log file, run
- [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with `bash` support.
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.
- [squeeze_blanks](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html#cat-invocation) - Squeeze repeated blank lines into a single blank line via `cat -s`.
+- [standardjs](https://standardjs.com) - JavaScript Standard style guide, linter, and formatter.
- [stylelint](https://github.com/stylelint/stylelint) - A mighty CSS linter that helps you avoid errors and enforce conventions.
- [stylua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua.
- [swift_format](https://github.com/apple/swift-format) - Swift formatter from apple. Requires building from source with `swift build`.
diff --git a/doc/conform.txt b/doc/conform.txt
index 43274cf..970885f 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -232,6 +232,7 @@ FORMATTERS *conform-formatter
`sql_formatter` - A whitespace formatter for different query languages.
`squeeze_blanks` - Squeeze repeated blank lines into a single blank line via
`cat -s`.
+`standardjs` - JavaScript Standard style guide, linter, and formatter.
`stylelint` - A mighty CSS linter that helps you avoid errors and enforce
conventions.
`stylua` - An opinionated code formatter for Lua.