Skip to content

Commit 272adfe

Browse files
committed
Fix incorrect path
1 parent 36a29a8 commit 272adfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack/rush-stack-compiler-shared/src/shared/EslintRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class EslintRunner extends RushStackCompilerBase<ILintRunnerConfig> {
4545
{
4646
packagePath: ToolPaths.eslintPackagePath,
4747
packageJson: ToolPaths.eslintPackageJson,
48-
packageBinPath: path.join('bin', 'eslint')
48+
packageBinPath: path.join('bin', 'eslint.js')
4949
}
5050
);
5151
}

0 commit comments

Comments
 (0)