Skip to content

Commit f6df8a4

Browse files
authored
Merge pull request #61 from instantcommerce/feat/backend-console-table
feat: allow usage of `console.table()`
2 parents f567815 + 255cb6f commit f6df8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
'no-param-reassign': 0,
6060
'no-underscore-dangle': 0,
6161
'no-use-before-define': 0,
62-
'no-console': ['error', { allow: ['error'] }],
62+
'no-console': ['error', { allow: ['error', 'table'] }],
6363
'object-shorthand': 'error',
6464
'padding-line-between-statements': 'off',
6565
'@typescript-eslint/padding-line-between-statements': [

0 commit comments

Comments
 (0)