File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*
1+ /*
22 * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
33 * SPDX-License-Identifier: AGPL-3.0-or-later
44 */
55
6- import { defineConfig } from 'eslint/config'
7-
8- // TODO: replace with recommended when migrating to Vue 3
96import { recommended } from '@nextcloud/eslint-config'
7+ import { defineConfig } from 'eslint/config'
108
119export default defineConfig ( [
1210 ...recommended ,
@@ -22,9 +20,7 @@ export default defineConfig([
2220 'jsdoc/require-jsdoc' : 'off' ,
2321 'jsdoc/require-param' : 'off' ,
2422 // Forbid empty JSDocs
25- // TODO: Enable this rule once @nextcloud /eslint-config was updated and pulls the
26- // newest version of eslint-plugin-jsdoc (is a recent feature/rule).
27- // 'jsdoc/no-blank-blocks': 'error',
23+ 'jsdoc/no-blank-blocks' : 'error' ,
2824 } ,
2925 } ,
30- ] )
26+ ] )
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ import { getRequestToken } from '@nextcloud/auth'
77import DavClient from '@nextcloud/cdav-library'
88import { generateRemoteUrl } from '@nextcloud/router'
99
10- /**
11- *
12- */
1310function xhrProvider ( ) {
1411 const headers = {
1512 'X-Requested-With' : 'XMLHttpRequest' ,
You can’t perform that action at this time.
0 commit comments