diff --git a/.eslintrc.json b/.eslintrc.json index ea495f09..93e84f9d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,6 +43,8 @@ "ignorePatterns": [ "dist", "node_modules", - "example" + "example", + "vitest.config.ts", + "tsconfig.json" ] } \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 16fa69f8..61a92a3a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,3 +5,4 @@ package-lock.json .DS_Store tsconfig.tsbuildinfo example +vitest.config.ts \ No newline at end of file diff --git a/package.json b/package.json index 6d21ea29..8ecc0c11 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "README.md" ], "scripts": { - "preinstall": "npx only-allow pnpm", "type-check": "tsc --noEmit", "type-check:yup": "tsc --strict --noEmit example/yup/schemas.ts", "type-check:zod": "tsc --strict --noEmit example/zod/schemas.ts",