diff options
author | rhysd <lin90162@yahoo.co.jp> | 2018-01-24 10:36:02 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-01-24 10:36:31 +0000 |
commit | b28a6ddbe4cf573ea993288a6ad4db569d535adf (patch) | |
tree | b1ed7770efb8122d85921aa43c18f069819eeeaa /doc/ale.txt | |
parent | d562d531024a2a2210fdf08594639a0b068bacce (diff) | |
download | ale-b28a6ddbe4cf573ea993288a6ad4db569d535adf.zip |
Support fixing JSON files with fixjson
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 f25e8846..ddda902e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -112,6 +112,7 @@ CONTENTS *ale-contents* standard............................|ale-javascript-standard| xo..................................|ale-javascript-xo| json..................................|ale-json-options| + fixjson.............................|ale-json-fixjson| jsonlint............................|ale-json-jsonlint| jq..................................|ale-json-jq| prettier............................|ale-json-prettier| @@ -322,7 +323,7 @@ Notes: * Idris: `idris` * Java: `checkstyle`, `javac`, `google-java-format` * JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint`, `prettier-standard`, `standard`, `xo` -* JSON: `jsonlint`, `jq`, `prettier` +* JSON: `fixjson`, `jsonlint`, `jq`, `prettier` * Kotlin: `kotlinc`, `ktlint` * LaTeX (tex): `alex`!!, `chktex`, `lacheck`, `proselint`, `redpen`, `vale`, `write-good` * Less: `lessc`, `prettier`, `stylelint` |