Ivan Barsukov
Ivan Barsukov
To keep consistency in the code base I removed multiple/trailing/leading whitespace characters.
I changed invalid quotes to double quotes
The doc for the `escape` and `unescape` doesn't match the implementation: https://github.com/validatorjs/validator.js/blob/b958bd7d1026a434ad3bf90064d3dcb8b775f1a9/src/lib/escape.js#L11-L12 https://github.com/validatorjs/validator.js/blob/b958bd7d1026a434ad3bf90064d3dcb8b775f1a9/src/lib/unescape.js#L10-L11 ## Checklist - [x] PR contains only changes related; no stray files, etc. - [x] README updated...
The `README.md` file contained a few typos. ## Checklist - [x] PR contains only changes related; no stray files, etc. - [x] README updated (where applicable) - [ ] Tests...