From 2dea940196ae5d805984432668049ace9af81080 Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Sun, 26 Jun 2016 11:43:04 -0400 Subject: [PATCH] Fix incorrect options reference --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3747993..8a49767 100644 --- a/index.js +++ b/index.js @@ -70,7 +70,7 @@ sassLint.format = function () { return cb(); } - lint.outputResults(file.sassLint, file.sassConfig); + lint.outputResults(file.sassLint, file.userOptions); this.push(file); cb();