Skip to content

Commit

Permalink
chore: Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Jan 29, 2021
1 parent 06e4a04 commit ad5c765
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# blocks

> REST API framework for Node.js
> REST API framework for Node.js
![Request-Response cycle](docs/bin/req-res-cycle.svg "Request-Response cycle")

Expand Down Expand Up @@ -241,16 +241,16 @@ module.exports = {

### Data formats

- _date_: full-date according to [RFC3339](http://tools.ietf.org/html/rfc3339#section-5.6)
- _time_: time with optional time-zone
- _date-time_: date-time from the same source (time-zone is mandatory)
- _duration_: duration from [RFC3339](https://tools.ietf.org/html/rfc3339#appendix-A)
- _uri_: full URI
- _email_: email address
- _ipv4_: IP address v4
- _ipv6_: IP address v6
- _regex_: tests whether a string is a valid regular expression by passing it to RegExp constructor
- _uuid_: Universally Unique IDentifier according to [RFC4122](http://tools.ietf.org/html/rfc4122)
* _date_: full-date according to [RFC3339](http://tools.ietf.org/html/rfc3339#section-5.6)
* _time_: time with optional time-zone
* _date-time_: date-time from the same source (time-zone is mandatory)
* _duration_: duration from [RFC3339](https://tools.ietf.org/html/rfc3339#appendix-A)
* _uri_: full URI
* _email_: email address
* _ipv4_: IP address v4
* _ipv6_: IP address v6
* _regex_: tests whether a string is a valid regular expression by passing it to RegExp constructor
* _uuid_: Universally Unique IDentifier according to [RFC4122](http://tools.ietf.org/html/rfc4122)

```js
{
Expand Down

0 comments on commit ad5c765

Please sign in to comment.