- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 05 Feb 2019 12:10:08 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 February 2019 20:10:29 UTC
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