chore: extend root eslint config in twenty-server (#5101)
Reopening @thaisguigon work from https://github.com/twentyhq/twenty/pull/4781 --------- Co-authored-by: Thaïs Guigon <guigon.thais@gmail.com>
This commit is contained in:
@ -22,7 +22,7 @@ export class CommandLogger {
|
||||
async writeLog(
|
||||
fileName: string,
|
||||
data: unknown,
|
||||
append: boolean = false,
|
||||
append = false,
|
||||
): Promise<void> {
|
||||
const path = `./logs/${kebabCase(this.className)}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user