Skip to content

Commit

Permalink
refactor: Migrate to nextcloud-vue v8 and dialogs v5
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jul 31, 2024
1 parent 17aefd6 commit 62bec6c
Show file tree
Hide file tree
Showing 6 changed files with 7,425 additions and 17,040 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
extends: [
'@nextcloud'
'@nextcloud',
],
globals: {
appName: true
}
};
appName: true,
},
}
Loading

0 comments on commit 62bec6c

Please sign in to comment.