Skip to content

Commit

Permalink
fix: resolve to correct coffeelint file (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeisersun committed Sep 30, 2022
1 parent 277abff commit 6e02503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/coffeelint
Expand Up @@ -26,7 +26,7 @@ if (!existsFn(commandline)) {
try {
// Try to find a project-specific install first. This works the same
// way grunt-cli does.
filepath = resolve('coffeelint', { basedir: process.cwd() });
filepath = resolve('@coffeelint/cli', { basedir: process.cwd() });
commandline = path.dirname(filepath) + path.sep + 'commandline.js';
} catch (ex) {
}
Expand Down

0 comments on commit 6e02503

Please sign in to comment.