Skip to content

Commit 0c05490

Browse files
committed
chore(docs): allow console
Signed-off-by: braks <[email protected]>
1 parent 1ae664c commit 0c05490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
22
extends: ['@tooling/eslint-config'],
3+
rules: {
4+
'no-console': 0,
5+
},
36
}

0 commit comments

Comments
 (0)