We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f567815 + 255cb6f commit f6df8a4Copy full SHA for f6df8a4
backend.js
@@ -59,7 +59,7 @@ module.exports = {
59
'no-param-reassign': 0,
60
'no-underscore-dangle': 0,
61
'no-use-before-define': 0,
62
- 'no-console': ['error', { allow: ['error'] }],
+ 'no-console': ['error', { allow: ['error', 'table'] }],
63
'object-shorthand': 'error',
64
'padding-line-between-statements': 'off',
65
'@typescript-eslint/padding-line-between-statements': [
0 commit comments