Skip to content

Commit 67883cc

Browse files
committed
Fix lint tooling
1 parent 4b1485f commit 67883cc

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,18 @@
4949
"@aerogel/vite": "next",
5050
"@iconify/json": "2.2.340",
5151
"@noeldemartin/eslint-config-vue": "next",
52+
"@noeldemartin/eslint-plugin": "^0.1.0",
5253
"@noeldemartin/scripts": "next",
5354
"@solid/community-server": "^7.1.6",
5455
"@total-typescript/ts-reset": "^0.4.2",
5556
"@tsconfig/node22": "^22.0.1",
5657
"@types/node": "^20.3.1",
58+
"@typescript-eslint/eslint-plugin": "^5.6.0",
5759
"@vue/tsconfig": "^0.7.0",
5860
"concurrently": "^8.2.0",
5961
"cypress": "^13.17.0",
6062
"eslint": "^8.57.1",
63+
"eslint-plugin-vue": "^9.33.0",
6164
"prettier": "^3.5.3",
6265
"prettier-eslint-cli": "^8.0.1",
6366
"prettier-plugin-tailwindcss": "^0.6.11",

pnpm-lock.yaml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/workspace/components/modals/WorkspaceSettingsModal.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<Modal
33
ref="$modalRef"
4-
v-slot="{ close }"
54
:cancellable="false"
65
:title="workspace ? $t('workspaces.edit') : $t('workspaces.add')"
76
:description="workspace ? undefined : $t('workspaces.description')"

0 commit comments

Comments
 (0)