Skip to content

Commit 1bce710

Browse files
committed
feat: enable console.log in eslint
1 parent 858f831 commit 1bce710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"jest": true
77
},
88
"rules": {
9-
"import/prefer-default-export": "off"
9+
"import/prefer-default-export": "off",
10+
"no-console": "off"
1011
}
1112
}

0 commit comments

Comments
 (0)