chore(examples): allow console

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-03 08:55:19 +02:00
parent adccf1b38e
commit e1b7bfcfb6

View File

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