This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
Allow complete no-console rule #2492
Closed
Jameskmonger opened this issue
Apr 4, 2017
· 4 comments
· Fixed by #2610 or singapore/lint-condo#282
Closed
Allow complete no-console rule #2492
Jameskmonger opened this issue
Apr 4, 2017
· 4 comments
· Fixed by #2610 or singapore/lint-condo#282
Comments
Thanks @nchen63 |
What is the syntax for banning only certain methods now? |
@adidahiya you're correct. I was editing my no-console in the jsRules section on accident and not seeing the rule working like I was expecting. Thanks for the quick response.
works for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After reading the documentation for the
no-console
rule, I was surprised to see that I have to list allconsole
methods manually.It would be good to be able to specify the following to lint against all
console
methods:The text was updated successfully, but these errors were encountered: