diff options
Diffstat (limited to 'doc/ale.txt')
-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' |