summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-05 10:38:38 +0100
committerw0rp <devw0rp@gmail.com>2016-10-05 10:38:38 +0100
commit10ae2889254f888f3e22447a9a1f1c2ab83fbd54 (patch)
tree17585ea23056be2e371224272aae5780a6236487 /README.md
parent200d9304abe5477b4d8fb35dab00881f664a12dd (diff)
downloadale-10ae2889254f888f3e22447a9a1f1c2ab83fbd54.zip
Mention scss-lint in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ddcb318e..627991a8 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ name. That seems to be the fairest way to arrange this table.
| PHP | [php -l](https://secure.php.net/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
-| SASS/SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint) |
+| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint) |
+| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint) |
| TypeScript | [tslint](https://github.com/palantir/tslint)^ |
| Vim | [vint](https://github.com/Kuniwak/vint)^ |
| YAML | [yamllint](https://yamllint.readthedocs.io/)^ |