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
+2 -1
View File
@@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nuxt dev"
"dev": "nuxt dev",
"lint": "eslint --ext .js,.ts,.vue ./"
},
"dependencies": {
"@vue-flow/background": "workspace:*",