jquense / yup

Dead simple Object schema validation
MIT License
22.93k stars 934 forks source link

let/const consistency in README: const preference #2226

Closed dearlordylord closed 4 months ago

dearlordylord commented 4 months ago

I noticed let and const are used interchangeably in README. For consistency, I'd like to propose to use either/or. The next PR https://github.com/jquense/yup/pull/2227 will be about changing all consts to lets