diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-12 12:09:19 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-12 12:09:19 +0000 |
commit | 3c34848e0296ca51b35fe15152c11ff7f32a3a72 (patch) | |
tree | c65c6906966305934d0a4c28d3e1030864578e79 /README.md | |
parent | 5b3094558bb8e890404c2ea8e65f0fc9a520a322 (diff) | |
download | ale-3c34848e0296ca51b35fe15152c11ff7f32a3a72.zip |
Fix #510 Support checking LESS files with stylelint
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ formatting. | JSON | [jsonlint](http://zaa.ch/jsonlint/), [prettier](https://github.com/prettier/prettier) | | Kotlin | [kotlinc](https://kotlinlang.org) !!, [ktlint](https://ktlint.github.io) !! see `:help ale-integration-kotlin` for configuration instructions | | LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) | -| Less | [lessc](https://www.npmjs.com/package/less) | +| Less | [lessc](https://www.npmjs.com/package/less), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) | | LLVM | [llc](https://llvm.org/docs/CommandGuide/llc.html) | | Lua | [luacheck](https://github.com/mpeterv/luacheck) | | Mail | [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) | |