Document the new stylelint linter

This commit is contained in:
w0rp
2016-12-06 13:26:06 +00:00
parent d5c626667e
commit aee339f401
2 changed files with 6 additions and 6 deletions

View File

@@ -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'