Skip to content

Commit

Permalink
Merge pull request #48 from cybercode/master
Browse files Browse the repository at this point in the history
Fix incorrect options reference
  • Loading branch information
DanPurdy authored Nov 7, 2016
2 parents a683c9f + 2dea940 commit b4dc3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b4dc3ae

Please sign in to comment.