Skip to content

Commit 1b69c87

Browse files
authored
Merge pull request #525 from Code-Hex/fix/487
fix #487
2 parents b639d81 + 32dabf2 commit 1b69c87

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"ignorePatterns": [
4444
"dist",
4545
"node_modules",
46-
"example"
46+
"example",
47+
"vitest.config.ts",
48+
"tsconfig.json"
4749
]
4850
}

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package-lock.json
55
.DS_Store
66
tsconfig.tsbuildinfo
77
example
8+
vitest.config.ts

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"README.md"
1616
],
1717
"scripts": {
18-
"preinstall": "npx only-allow pnpm",
1918
"type-check": "tsc --noEmit",
2019
"type-check:yup": "tsc --strict --noEmit example/yup/schemas.ts",
2120
"type-check:zod": "tsc --strict --noEmit example/zod/schemas.ts",

0 commit comments

Comments
 (0)