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-21 22:47:55 +01:00
committed by Braks
parent 5c0fb912fc
commit 45cbdbfd27
34 changed files with 764 additions and 898 deletions

View File

@@ -6,7 +6,7 @@
"dev": "pnpm run typedoc:md && vitepress dev src",
"docs": "pnpm run typedoc:md && vitepress build src",
"serve": "vitepress serve src",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix .",
"typedoc:md": "typedoc --options ./typedoc.md.json",
"typedocs": "typedoc --options ./typedoc.json"
},
@@ -33,6 +33,7 @@
"@iconify/json": "^2.1.95",
"@types/canvas-confetti": "^1.4.3",
"@types/node": "^18.11.18",
"@vue-flow/eslint-config": "workspace:*",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.0.3",
"ohmyfetch": "^0.4.21",