mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
cleanup lint error: ban-comma-operator
This commit is contained in:
parent
8d2da56ea5
commit
a2e8bfda4e
@ -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
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
"rules": {
|
||||
"adjacent-overload-signatures": false,
|
||||
"array-type": false,
|
||||
"ban-comma-operator": false,
|
||||
"ban-types": false,
|
||||
"callable-types": false,
|
||||
"eofline": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user