diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-11-11 09:57:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 09:57:48 +0000 |
commit | 7dd460303d38b460373b795f6f74a5b0b967eb48 (patch) | |
tree | c5665bf171b1cb1b7258df63274628b68a95550e /doc/ale.txt | |
parent | d1d5292178c8553531f4320ba45e3341e4922497 (diff) | |
parent | ed8104b6ab10f63c78e49b60d2468ae2656250e9 (diff) | |
download | ale-7dd460303d38b460373b795f6f74a5b0b967eb48.zip |
Merge pull request #2060 from meain/fixer-pretty-html
Add prettier to html formatters
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 39d9f580..85f6b6f8 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -140,6 +140,7 @@ CONTENTS *ale-contents* html..................................|ale-html-options| htmlhint............................|ale-html-htmlhint| tidy................................|ale-html-tidy| + prettier............................|ale-html-prettier| stylelint...........................|ale-html-stylelint| write-good..........................|ale-html-write-good| idris.................................|ale-idris-options| @@ -432,7 +433,7 @@ Notes: * Handlebars: `ember-template-lint` * Haskell: `brittany`, `ghc`, `cabal-ghc`, `stylish-haskell`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `hlint`, `hdevtools`, `hfmt`, `hie` * HCL: `terraform-fmt` -* HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `write-good` +* HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `prettier`, `write-good` * Idris: `idris` * Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp`, `uncrustify` * JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint`, `prettier-standard`, `standard`, `xo` |