Skip to content

Commit

Permalink
fix: Update packages and remove unneeded patching
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Mar 23, 2024
1 parent e1e4149 commit 2dd090e
Show file tree
Hide file tree
Showing 6 changed files with 3,866 additions and 2,409 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
extends: [
'@nextcloud'
'@nextcloud/eslint-config/typescript',
],
globals: {
appName: true
appName: true,
}
};
}
Loading

0 comments on commit 2dd090e

Please sign in to comment.