Skip to content

Commit b4a9637

Browse files
committed
chore: update dependencies and refactor components for Vue 3 compatibility
Signed-off-by: Christian Hartmann <[email protected]>
1 parent 7c9df84 commit b4a9637

20 files changed

+962
-1377
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
import { recommendedVue2 } from '@nextcloud/eslint-config'
6+
import { recommended } from '@nextcloud/eslint-config'
77
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
88

99
export default [
10-
...recommendedVue2,
10+
...recommended,
1111
eslintPluginPrettierRecommended,
1212
]

0 commit comments

Comments
 (0)