Skip to content

Commit d3f6ea4

Browse files
committed
Changelog: add note that migration now requires higher eslint version.
1 parent f1c2217 commit d3f6ea4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
- The `trim()` function accepts a string and the limit (default: 50, best practice) that you can now customize;
2727
- Breaking change to the `Integration` constructor argument (object):
2828
- property `noContent` renamed to `noBodySchema`;
29-
- Consider using [the automated migration](https://www.npmjs.com/package/@express-zod-api/migration).
29+
- Consider using [the automated migration](https://www.npmjs.com/package/@express-zod-api/migration):
30+
- Now requires `eslint@^10.0.0` and `typescript-eslint@^8.58.0`.
3031

3132
```diff
3233
createConfig({

0 commit comments

Comments
 (0)