diff options
author | Oskar Grunning <oskargrunning@gmail.com> | 2018-12-06 19:23:31 +0100 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2018-12-06 11:23:31 -0700 |
commit | 2760cf7018893b42c4ae5c750a7f1d38669aa821 (patch) | |
tree | d87a8e0c0925ce1f61065430100ad65723ad8a0f /doc/ale.txt | |
parent | dc61d46e2867c485abb6ae761327a8ef036e8098 (diff) | |
download | ale-2760cf7018893b42c4ae5c750a7f1d38669aa821.zip |
refactor sasslint linter (#2077)
Previous implementation required one to have sass-lint globally. This
allows you to have it locally, override the executable and add options.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1a37f73f..92a100f9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -288,6 +288,7 @@ CONTENTS *ale-contents* rustc...............................|ale-rust-rustc| rustfmt.............................|ale-rust-rustfmt| sass..................................|ale-sass-options| + sasslint............................|ale-sass-sasslint| stylelint...........................|ale-sass-stylelint| scala.................................|ale-scala-options| sbtserver...........................|ale-scala-sbtserver| @@ -295,6 +296,7 @@ CONTENTS *ale-contents* scalastyle..........................|ale-scala-scalastyle| scss..................................|ale-scss-options| prettier............................|ale-scss-prettier| + sasslint............................|ale-scss-sasslint| stylelint...........................|ale-scss-stylelint| sh....................................|ale-sh-options| sh-language-server..................|ale-sh-language-server| |