You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Apply eslint rules "no-console" and "id-denylist"
This commit is contained in:
@ -134,5 +134,6 @@ export async function main(syncTargetType: string) {
|
||||
await fs.mkdirp(destDir);
|
||||
await fs.copy(syncDir, destDir);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.info(`Sync target snapshot created in: ${destDir}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user