Skip to content

Commit 6aa89d9

Browse files
committed
Merge pull request sasstools#115 from skovhus/cli-config-path
Fix CLI config when passing files as arguments
2 parents 85e1d56 + 62cd9cc commit 6aa89d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sassLint.lintFiles = function (files, options, configPath) {
7474
'text': fs.readFileSync(file),
7575
'format': path.extname(file).replace('.', ''),
7676
'filename': file
77-
}, options);
77+
}, options, configPath);
7878
results.push(lint);
7979
});
8080

0 commit comments

Comments
 (0)