@samitouri / QOS-React-2 / commits / 0ba3065812

[eslint] Don't rollup zod

Sathya Gunasekaran committed Nov 28, 2023 at 14:10 UTC 0ba3065812ea769bf2885df80c97ee6621728016
1 file changed +2
compiler/packages/eslint-plugin-react-forget/rollup.config.js
+2
@@ -17,6 +17,8 @@ const NO_INLINE = new Set([
17 "@babel/core",
18 "@babel/plugin-proposal-private-methods",
19 "hermes-parser",
20 + "zod",
21 + "zod-validation-error",
22 ]);
23
24 export default {