We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa2c84 commit 3d369bbCopy full SHA for 3d369bb
2 files changed
compat-test/eslint.config.js
@@ -3,5 +3,5 @@ import migration from "@express-zod-api/migration";
3
4
export default [
5
{ languageOptions: { parser }, plugins: { migration } },
6
- { files: ["**/*.ts"], rules: { "migration/v26": "error" } },
+ { files: ["**/*.ts"], rules: { "migration/v27": "error" } },
7
];
migration/README.md
@@ -18,6 +18,6 @@ import migration from "@express-zod-api/migration";
18
19
20
21
22
23
```
0 commit comments