We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d9b5a commit c9e5276Copy full SHA for c9e5276
lib/cli.js
@@ -57,7 +57,7 @@ function getConfigPath(configPath) {
57
return getConfigPath(configPath);
58
}
59
60
-var configPath = program.config || getConfigPath();
+var configPath = program.config && path.resolve(process.cwd(), program.config) || getConfigPath();
61
var comb = new Comb();
62
63
if (program.detect) {
0 commit comments