ethanniser / next-typesafe-url

Fully typesafe, JSON serializable, and zod validated URL search params, dynamic route params, and routing for NextJS.
https://next-typesafe-url.dev
MIT License
362 stars 16 forks source link

feat: remove whitespace from infoText #69

Closed narasaka closed 11 months ago

narasaka commented 11 months ago

This removes the empty first line in the auto-generated file which causes some linter configs to throw an error. This simple (1 line) change does not affect any of the package's functionality, it just makes some people's lives that has to follow a particular linter config a lot easier.

ethanniser commented 11 months ago

@narasaka thank you for the contribution, can you add a changeset npx changeset

this would be a 'patch' change

I will merge after that