diff options
author | w0rp <devw0rp@gmail.com> | 2016-12-06 13:26:06 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-12-06 13:26:06 +0000 |
commit | aee339f4015f4c492f8087d11736a283d4eff027 (patch) | |
tree | a44e4dce4c4188a27e898f46f8f3cd8d38736db8 /doc | |
parent | d5c626667e5aa881bf4ed0543697ecf46c0ac2f2 (diff) | |
download | ale-aee339f4015f4c492f8087d11736a283d4eff027.zip |
Document the new stylelint linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index eae5c286..573164d3 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -67,7 +67,7 @@ The following languages and tools are supported. * C++ (filetype cpp): 'cppcheck', 'gcc' * Chef: 'foodcritic' * CoffeeScript: 'coffee', 'coffelint' -* CSS: 'csslint' +* CSS: 'csslint', 'stylelint' * Cython (pyrex filetype): 'cython' * D: 'dmd' * Elixir: 'credo' @@ -88,8 +88,8 @@ The following languages and tools are supported. * Puppet: 'puppet', 'puppet-lint' * Python: 'flake8', 'pylint' * Ruby: 'rubocop' -* SASS: 'sasslint' -* SCSS: 'sasslint', 'scsslint' +* SASS: 'sasslint', 'stylelint' +* SCSS: 'sasslint', 'scsslint', 'stylelint' * Scala: 'scalac' * TypeScript: 'tslint', 'typecheck' * Verilog: 'iverilog', 'verilator' |