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.
2 parents 89d9b5a + c9e5276 commit b993099Copy full SHA for b993099
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