chore(examples-quasar): disable no-console rule

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-24 00:09:13 +02:00
parent 930a1fcc9e
commit ade07841b9

View File

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