diff --git a/pinry-spa/.eslintrc.js b/pinry-spa/.eslintrc.js index a18aa4e..79d2395 100644 --- a/pinry-spa/.eslintrc.js +++ b/pinry-spa/.eslintrc.js @@ -8,9 +8,10 @@ module.exports = { '@vue/airbnb', ], rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', + // 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'max-len': 'off', + "no-console": "off", }, parserOptions: { parser: 'babel-eslint',