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"] }] */
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"] }] */