diff --git a/index.js b/index.js index bca9360..6c457d7 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();