Skip to content

Commit 0dbd4ec

Browse files
author
Colin McDonnell
committed
Test husky
1 parent 2348c00 commit 0dbd4ec

File tree

6 files changed

+1070
-19196
lines changed

6 files changed

+1070
-19196
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
extends: [
1313
"eslint:recommended",
1414
"plugin:@typescript-eslint/recommended",
15-
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
15+
"prettier",
1616
],
1717
rules: {
1818
"import/order": 0, // turn off in favor of eslint-plugin-simple-import-sort

deno/lib/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ export abstract class ZodType<
375375

376376
optional(): ZodOptional<this> {
377377
("");
378+
("asdf");
378379
return ZodOptional.create(this) as any;
379380
}
380381
nullable(): ZodNullable<this> {

0 commit comments

Comments
 (0)