chore(docs): allow console

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-03 11:19:55 +02:00
parent 1ae664c073
commit 0c05490cf3

View File

@@ -1,3 +1,6 @@
module.exports = {
extends: ['@tooling/eslint-config'],
rules: {
'no-console': 0,
},
}