You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update dependency @eslint/compat to v1.3.2 (#392)
* chore(deps): update dependency @eslint/compat to v1.3.2
* Removes unnecessary type coercions
Simplifies code by removing redundant Boolean() wrapper and toString() call where the values are already in the expected format.
* Improves TypeScript type safety and annotations
Adds explicit type annotations to improve code clarity and prevent potential type-related issues.
Updates server property type to use InstanceType for better type inference, adds Request type annotation to callback parameter, casts image buffer to BodyInit for Response constructor compatibility, and adds type-only import modifier to Logger import.
* Formats import statement for better readability
Restructures the multi-line import from @netlify/dev-utils to follow consistent code formatting standards with proper line breaks and indentation.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jake champion <jake.champion@netlify.com>
0 commit comments