Skip to content

Commit e844bb6

Browse files
committed
ci: ESLint 설정 수정
1 parent da72584 commit e844bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
argsIgnorePattern: '^_',
4848
},
4949
],
50-
'no-console': 'warn',
50+
'no-console': 'off',
5151
'react/no-unknown-property': ['error', { ignore: ['css'] }],
5252
'react/prop-types': 'off',
5353
},

0 commit comments

Comments
 (0)