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 { ResumeData } from "@reactive-resume/schema/resume/data";
import jsonpatch, { type JsonPatchError, type Operation } from "fast-json-patch";
import type { JsonPatchError, Operation } from "fast-json-patch";
import jsonpatch from "fast-json-patch";
import z from "zod";
import { resumeDataSchema } from "@reactive-resume/schema/resume/data";