[doclint] add linting for class properties

This patch:
- adds linting for class properties
- adds documentation for the missing class properties

References #14.
This commit is contained in:
Andrey Lushnikov
2017-07-12 08:01:21 -07:00
parent 60621b8815
commit 38e6f53cc7
6 changed files with 179 additions and 37 deletions

View File

@@ -291,7 +291,6 @@ class Request extends Body {
this.url = payload.url;
this.method = payload.method;
this.headers = Headers.fromPayload(payload.headers);
this.postData = payload.postData;
}
/**