chore(examples-nuxt): lint

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-20 16:29:44 +02:00
parent 20f9910793
commit 99866c7617
3 changed files with 15 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
module.exports = {
extends: ['@tooling/eslint-config'],
rules: {
'no-console': 0,
},
}