Skip to content

Commit

Permalink
Test husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Mar 19, 2022
1 parent 2348c00 commit 0dbd4ec
Show file tree
Hide file tree
Showing 6 changed files with 1,070 additions and 19,196 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"prettier",
],
rules: {
"import/order": 0, // turn off in favor of eslint-plugin-simple-import-sort
Expand Down
1 change: 1 addition & 0 deletions deno/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ export abstract class ZodType<

optional(): ZodOptional<this> {
("");
("asdf");
return ZodOptional.create(this) as any;
}
nullable(): ZodNullable<this> {
Expand Down
Loading

0 comments on commit 0dbd4ec

Please sign in to comment.