refactor: improve structure validation with zod (#10103)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Danial Raza
2024-02-21 20:19:43 +00:00
committed by GitHub
parent 906ade9cc5
commit 1d565443b0
12 changed files with 95 additions and 51 deletions

View File

@@ -19,6 +19,7 @@
"eslint": "^8.53.0",
"eslint-config-neon": "^0.1.57",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^3.1.0"
"prettier": "^3.1.0",
"zod": "^3.22.4"
}
}