mirror of https://github.com/dense-analysis/ale
Document the new stylelint linter
This commit is contained in:
parent
d5c626667e
commit
aee339f401
|
@ -55,7 +55,7 @@ name. That seems to be the fairest way to arrange this table.
|
||||||
| C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
|
| C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
|
||||||
| Chef | [foodcritic](http://www.foodcritic.io/) |
|
| Chef | [foodcritic](http://www.foodcritic.io/) |
|
||||||
| CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) |
|
| CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) |
|
||||||
| CSS | [csslint](http://csslint.net/) |
|
| CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint) |
|
||||||
| Cython (pyrex filetype) | [cython](http://cython.org/) |
|
| Cython (pyrex filetype) | [cython](http://cython.org/) |
|
||||||
| D | [dmd](https://dlang.org/dmd-linux.html)^ |
|
| D | [dmd](https://dlang.org/dmd-linux.html)^ |
|
||||||
| Elixir | [credo](https://github.com/rrrene/credo) |
|
| Elixir | [credo](https://github.com/rrrene/credo) |
|
||||||
|
@ -76,8 +76,8 @@ name. That seems to be the fairest way to arrange this table.
|
||||||
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
|
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
|
||||||
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/) |
|
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/) |
|
||||||
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
|
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
|
||||||
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint) |
|
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint), [stylelint](https://github.com/stylelint/stylelint) |
|
||||||
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint) |
|
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint), [stylelint](https://github.com/stylelint/stylelint) |
|
||||||
| Scala | [scalac](http://scala-lang.org) |
|
| Scala | [scalac](http://scala-lang.org) |
|
||||||
| Tex | [proselint](http://proselint.com/) |
|
| Tex | [proselint](http://proselint.com/) |
|
||||||
| Text | [proselint](http://proselint.com/) |
|
| Text | [proselint](http://proselint.com/) |
|
||||||
|
|
|
@ -67,7 +67,7 @@ The following languages and tools are supported.
|
||||||
* C++ (filetype cpp): 'cppcheck', 'gcc'
|
* C++ (filetype cpp): 'cppcheck', 'gcc'
|
||||||
* Chef: 'foodcritic'
|
* Chef: 'foodcritic'
|
||||||
* CoffeeScript: 'coffee', 'coffelint'
|
* CoffeeScript: 'coffee', 'coffelint'
|
||||||
* CSS: 'csslint'
|
* CSS: 'csslint', 'stylelint'
|
||||||
* Cython (pyrex filetype): 'cython'
|
* Cython (pyrex filetype): 'cython'
|
||||||
* D: 'dmd'
|
* D: 'dmd'
|
||||||
* Elixir: 'credo'
|
* Elixir: 'credo'
|
||||||
|
@ -88,8 +88,8 @@ The following languages and tools are supported.
|
||||||
* Puppet: 'puppet', 'puppet-lint'
|
* Puppet: 'puppet', 'puppet-lint'
|
||||||
* Python: 'flake8', 'pylint'
|
* Python: 'flake8', 'pylint'
|
||||||
* Ruby: 'rubocop'
|
* Ruby: 'rubocop'
|
||||||
* SASS: 'sasslint'
|
* SASS: 'sasslint', 'stylelint'
|
||||||
* SCSS: 'sasslint', 'scsslint'
|
* SCSS: 'sasslint', 'scsslint', 'stylelint'
|
||||||
* Scala: 'scalac'
|
* Scala: 'scalac'
|
||||||
* TypeScript: 'tslint', 'typecheck'
|
* TypeScript: 'tslint', 'typecheck'
|
||||||
* Verilog: 'iverilog', 'verilator'
|
* Verilog: 'iverilog', 'verilator'
|
||||||
|
|
Loading…
Reference in New Issue