Skip to content

Commit c55ffa8

Browse files
author
Anna Bocharova
committed
Migration Readme: fix rule name.
1 parent c3aa525 commit c55ffa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ import migration from "@express-zod-api/migration";
1818

1919
export default [
2020
{ languageOptions: { parser }, plugins: { migration } },
21-
{ files: ["**/*.ts"], rules: { "migration/v24": "error" } },
21+
{ files: ["**/*.ts"], rules: { "migration/v25": "error" } },
2222
];
2323
```

0 commit comments

Comments
 (0)