SyntaxFix
Write A Post
Hire A Developer
Questions
Create a .eslintrc.js in the directory of your file, and put the following contents in it:
module.exports = { rules: { 'no-console': 'off', }, };