Skip to content

Commit df406da

Browse files
committed
[INTERNAL] ESLint: Activate no-console
Already active through eslint-config-google
1 parent 578466f commit df406da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = {
3434
],
3535
"comma-dangle": "off",
3636
"no-tabs": "off",
37-
"no-console": "off", // until we have better logging
3837
'valid-jsdoc': [
3938
2,
4039
{

0 commit comments

Comments
 (0)