Refactor: enable new ruleset index template

This commit is contained in:
SukkaW
2023-12-13 18:46:30 +08:00
parent cd229a91a3
commit 713358402d
5 changed files with 125 additions and 31 deletions

View File

@@ -68,7 +68,6 @@ export async function compareAndWriteFile(linesA: string[], filePath: string) {
writer.write('\n');
}
await writer.flush();
return writer.end();
}, picocolors.gray);
}