Skip to content

Commit c890317

Browse files
BYKcpojer
authored andcommitted
Update: disable no-console lint rule (#4101)
1 parent d2b7c2d commit c890317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module.exports = {
104104
// This has to be disabled until all type and module imports are combined
105105
// https://github.com/benmosher/eslint-plugin-import/issues/645
106106
'import/order': 0,
107+
'no-console': 0,
107108
'prettier/prettier': [
108109
2,
109110
{

0 commit comments

Comments
 (0)