Re: [whatwg/streams] eslint fixes and standardize exports style (#579)

isonmad commented on this pull request.



> @@ -19,7 +19,7 @@
     // Possible errors
     "comma-dangle": ["error", "never"],
     "no-cond-assign": ["error", "except-parens"],
-    "no-console": "error",
+    "no-console": "off",

Ah, I wasn't familiar enough with eslint to know I could do that. Good idea.

-- 
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/579

Received on Monday, 31 October 2016 18:29:04 UTC