chore: update linter configuration and add rimraf dependency

This commit is contained in:
Amruth Pillai
2026-06-17 10:51:10 +02:00
parent 37faf592b7
commit ef5ff30b13
16 changed files with 221 additions and 190 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import type { SendMailOptions, Transporter } from "nodemailer";
import type { ReactElement } from "react";
import nodemailer, { type SendMailOptions, type Transporter } from "nodemailer";
import nodemailer from "nodemailer";
import { render } from "react-email";
import { env } from "@reactive-resume/env/server";