"unexpected console statement” in Node.js

.eslintrc.js  

module.exports = {
    rules: {
        'no-console': 'off',
    },
};
原文地址:https://www.cnblogs.com/tengrl/p/10491344.html