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.
1 parent 3c0fc30 commit 013e55fCopy full SHA for 013e55f
src/configs/javascript.ts
@@ -37,7 +37,7 @@ export const javascript: Config[] = [
37
'dot-notation': 'warn',
38
eqeqeq: ['error', 'smart'],
39
'no-alert': 'warn',
40
- 'no-console': ['warn', { allow: ['warn', 'error'] }],
+ 'no-console': ['warn', { allow: ['warn', 'error', 'info', 'clear'] }],
41
'no-debugger': 'warn',
42
'no-duplicate-imports': 'error',
43
'no-empty': ['error', { allowEmptyCatch: true }],
0 commit comments