Re: [whatwg/streams] Add @@asyncIterator to ReadableStream (#980)

domenic 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" },

I'm happy to change in that way!

-- 
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_r254027671

Received on Tuesday, 5 February 2019 20:10:29 UTC