refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / smtp-client-pool / src / main.ts
index 1b463fa0b83ed257c6ec217b1da31de766ed8120..620bdb94e3ba65b193d1b3dfb125ed1d62320820 100644 (file)
@@ -1,4 +1,5 @@
 import type SMTPTransport from 'nodemailer/lib/smtp-transport/index.js'
+
 import { smtpClientPool } from './pool.js'
 
 const tos = ['bar@example.com, baz@example.com']