diff --git a/types/request/request-tests.ts b/types/request/request-tests.ts index 7f57dc8946..c6df4714f5 100644 --- a/types/request/request-tests.ts +++ b/types/request/request-tests.ts @@ -439,8 +439,8 @@ oauth = { consumer_key: CONSUMER_KEY, consumer_secret: CONSUMER_SECRET, transport_method: 'header' - } - , url = 'https://api.twitter.com/oauth/request_token'; +}; +url = 'https://api.twitter.com/oauth/request_token'; request.post({url:url, oauth:oauth}, (e, r, body) => { // Ideally, you would take the body in the response diff --git a/types/request/tslint.json b/types/request/tslint.json index 8f9210f781..013ddb155a 100644 --- a/types/request/tslint.json +++ b/types/request/tslint.json @@ -3,7 +3,6 @@ "rules": { "adjacent-overload-signatures": false, "array-type": false, - "ban-comma-operator": false, "ban-types": false, "callable-types": false, "eofline": false,