diff --git a/.changeset/wise-squids-smell.md b/.changeset/wise-squids-smell.md new file mode 100644 index 00000000..29bcd272 --- /dev/null +++ b/.changeset/wise-squids-smell.md @@ -0,0 +1,26 @@ +--- +'@typeschema/deepkit': minor +'@typeschema/main': minor +'@typeschema/all': minor +'@typeschema/arktype': minor +'@typeschema/class-validator': minor +'@typeschema/core': minor +'@typeschema/effect': minor +'@typeschema/fastest-validator': minor +'@typeschema/function': minor +'@typeschema/io-ts': minor +'@typeschema/joi': minor +'@typeschema/json': minor +'@typeschema/ow': minor +'@typeschema/runtypes': minor +'@typeschema/superstruct': minor +'@typeschema/suretype': minor +'@typeschema/typebox': minor +'@typeschema/valibot': minor +'@typeschema/valita': minor +'@typeschema/vine': minor +'@typeschema/yup': minor +'@typeschema/zod': minor +--- + +Upgrade deps diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index eda530a2..00000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -sample/ \ No newline at end of file diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 0a844d7b..00000000 --- a/.eslintrc.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "root": true, - "extends": [ - "airbnb-typescript/base", - "prettier", - "plugin:@typescript-eslint/recommended", - "plugin:import/typescript" - ], - "plugins": [ - "@typescript-eslint", - "simple-import-sort", - "import", - "sort-keys", - "prettier" - ], - "rules": { - "@typescript-eslint/consistent-type-imports": [ - "error", - { - "disallowTypeAnnotations": false - } - ], - "sort-imports": "off", - "import/order": "off", - "import/no-extraneous-dependencies": "off", - "simple-import-sort/imports": [ - "error", - { - "groups": [ - ["^.*\\u0000$"], - ["^\\u0000"], - ["^node:"], - ["^@?\\w"], - ["^"], - ["^\\."] - ] - } - ], - "simple-import-sort/exports": "error", - "sort-keys/sort-keys-fix": "error" - }, - "overrides": [ - { - "files": "**/src/__tests__/example.ts", - "rules": { - "@typescript-eslint/no-unused-vars": "off", - "@typescript-eslint/no-explicit-any": "off" - } - } - ], - "parserOptions": { - "project": "./tsconfig.json" - } -} diff --git a/README.md b/README.md index 7e7f4f16..b17ee3e3 100644 --- a/README.md +++ b/README.md @@ -134,16 +134,6 @@ We value flexibility, which is why there are multiple ways of using TypeSchema:
@typeschema/superstruct
@typeschema/io-ts
@typeschema/effect
@typeschema/io-ts