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”] }] */
Read More
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”] }] */