diff --git a/.eslintrc.js b/.eslintrc.js index 9e967f8..987866d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -26,6 +26,7 @@ module.exports = { project: './tsconfig.json', }, rules: { + 'no-console': 0, 'no-nested-ternary': 'off', 'no-unused-expressions': 'off', '@typescript-eslint/no-unused-expressions': [