chore: Enable no-unnecessary-template-expression lint rule.
This commit is contained in:
@@ -95,7 +95,7 @@ export function registerDirectoryCli(program: Command) {
|
||||
return;
|
||||
}
|
||||
const tableWidth = Math.max(60, (process.stdout.columns ?? 120) - 1);
|
||||
defaultRuntime.log(`${theme.heading("Self")}`);
|
||||
defaultRuntime.log(theme.heading("Self"));
|
||||
defaultRuntime.log(
|
||||
renderTable({
|
||||
width: tableWidth,
|
||||
|
||||
Reference in New Issue
Block a user