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
@@ -24,7 +24,7 @@
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"postbuild": "shx rm -rf tmp",
"test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix .",
"lint": "pnpm lint:js"
},
"dependencies": {
@@ -33,6 +33,7 @@
},
"devDependencies": {
"@vue-flow/core": "workspace:*",
"@vue-flow/eslint-config": "workspace:*",
"@types/pathfinding": "^0.0.6",
"@vitejs/plugin-vue": "^4.0.0",
"ts-patch": "^2.1.0",