Eslint: How to disable "unexpected console statement" in VueJs Update eslintConfig in package.json as below "rules": { "no-console": "off" } Reference https://stackoverflow.com/a/34215651