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 /test/command_callback/sasslint-test-files/with-bin | |
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 'test/command_callback/sasslint-test-files/with-bin')
-rwxr-xr-x | test/command_callback/sasslint-test-files/with-bin/node_modules/.bin/sass-lint | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/sasslint-test-files/with-bin/node_modules/.bin/sass-lint b/test/command_callback/sasslint-test-files/with-bin/node_modules/.bin/sass-lint new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/sasslint-test-files/with-bin/node_modules/.bin/sass-lint |