add noUnusedLocals & noUnusedParameters to tsconfig and fix errors with new rules

This commit is contained in:
Matthias Nannt
2022-06-14 10:50:45 +09:00
parent ea1a72bc00
commit 31afd62e05
14 changed files with 27 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ApiEvent, pageSubmissionData } from "./types";
import { ApiEvent } from "./types";
type validationError = {
status: number;