feat(tooling): add eslint-config to tooling pkgs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 20:20:11 +01:00
committed by Braks
parent 5c0fb912fc
commit 45cbdbfd27
34 changed files with 764 additions and 898 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore ."
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix ."
},
"dependencies": {
"vueflow": "workspace:*",
@@ -17,6 +17,7 @@
},
"devDependencies": {
"@types/dagre": "^0.7.48",
"@vue-flow/eslint-config": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"dagre": "^0.8.5",
"unplugin-auto-import": "^0.14.4",