Skip to content

Commit 1c56a19

Browse files
authoredNov 7, 2024
feat: Allow console.debug() (#33)
1 parent b82a564 commit 1c56a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
'array-callback-return': 'error',
1414
'no-debugger': 'error',
1515
'no-alert': 'error',
16-
'no-console': ['error', { allow: ['info', 'warn', 'error', 'trace', 'time', 'timeEnd'] }],
16+
'no-console': ['error', { allow: ['debug', 'info', 'warn', 'error', 'trace', 'time', 'timeEnd'] }],
1717
'newline-before-return': 'error',
1818
'prefer-const': 'error',
1919
'no-else-return': 'error',

0 commit comments

Comments
 (0)