Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit a329174

Browse files
committed
check for console.log()
1 parent c155b24 commit a329174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
'prettier/prettier': 'error',
4343
'func-style': ['error', 'declaration'],
4444
'jsdoc/check-indentation': 1,
45-
'jsdoc/check-line-alignment': [1, 'always']
45+
'jsdoc/check-line-alignment': [1, 'always'],
46+
'no-console': ['error', {allow: ['warn', 'error']}]
4647
}
4748
}

0 commit comments

Comments
 (0)