Allow Logging To The Console In ESLINT

Allure Web Solutions Code Snippet

Add this to the top of your JS file to allow console logging for any sort of console message.

/*eslint no-console: ["error", { allow: ["warn", "error", "log"] }] */
Mike Doubintchik

Author Mike Doubintchik

More posts by Mike Doubintchik

Leave a Reply