- From: Mattias Buelens <notifications@github.com>
- Date: Tue, 05 Feb 2019 20:51:45 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 February 2019 20:52:09 UTC
MattiasBuelens commented on this pull request. > @@ -160,7 +160,16 @@ "id-blacklist": "off", "id-length": "off", "id-match": "off", - "indent": ["error", 2, { "SwitchCase": 1 }], + "indent": ["error", 2, { + "SwitchCase": 1, + "MemberExpression": 2, + "FunctionDeclaration": { "parameters": "first" }, All right, I'll push one more commit to reformat the chained method calls. 🙂 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/980#discussion_r254041203
Received on Tuesday, 5 February 2019 20:52:09 UTC