Skip to content

Commit 68fe69f

Browse files
authored
Merge pull request #1603 from nextcloud/chore/update-eslint-config
chore: update to ESLint v9 and adjust code
2 parents e41c286 + f2c88d0 commit 68fe69f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3329
-4229
lines changed

.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-PackageSupplier = "Nextcloud <[email protected]>"
66
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/firstrunwizard"
77

88
[[annotations]]
9-
path = [".gitattributes", ".github/issue_template.md", ".github/CODEOWNERS", ".editorconfig", "package-lock.json", "package.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".l10nignore", "cypress/tsconfig.json", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "tsconfig.json", "krankerl.toml", ".npmignore", ".nextcloudignore", ".eslintrc.json"]
9+
path = [".gitattributes", ".github/issue_template.md", ".github/CODEOWNERS", ".editorconfig", "package-lock.json", "package.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".l10nignore", "cypress/tsconfig.json", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "tsconfig.json", "krankerl.toml", ".npmignore", ".nextcloudignore"]
1010
precedence = "aggregate"
1111
SPDX-FileCopyrightText = "none"
1212
SPDX-License-Identifier = "CC0-1.0"

css/firstrunwizard-style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: CC0-1.0
4+
*/
5+
6+
import { recommendedVue2 } from '@nextcloud/eslint-config'
7+
8+
export default [
9+
...recommendedVue2,
10+
{
11+
ignores: [
12+
'js/**',
13+
'l10n/**',
14+
],
15+
},
16+
]

js/NcModal-Cx7F7da2.chunk.mjs

Lines changed: 0 additions & 3 deletions
This file was deleted.

js/NcModal-Cx7F7da2.chunk.mjs.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/NcModal-zR5XnNfx.chunk.mjs

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ This file is generated from multiple sources. Included packages:
4040
- version: 8.26.0
4141
- license: AGPL-3.0-or-later
4242
- @vueuse/core
43-
- version: 11.0.1
43+
- version: 11.3.0
4444
- license: MIT
4545
- @vueuse/shared
46-
- version: 11.0.1
46+
- version: 11.3.0
4747
- license: MIT
4848
- dompurify
49-
- version: 3.2.4
49+
- version: 3.2.5
5050
- license: (MPL-2.0 OR Apache-2.0)
5151
- escape-html
5252
- version: 1.0.3
@@ -55,7 +55,7 @@ This file is generated from multiple sources. Included packages:
5555
- version: 1.0.0-beta.19
5656
- license: MIT
5757
- focus-trap
58-
- version: 7.5.2
58+
- version: 7.6.4
5959
- license: MIT
6060
- tabbable
6161
- version: 6.2.0

js/NcModal-zR5XnNfx.chunk.mjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ This file is generated from multiple sources. Included packages:
4040
- version: 8.26.0
4141
- license: AGPL-3.0-or-later
4242
- @vueuse/core
43-
- version: 11.0.1
43+
- version: 11.3.0
4444
- license: MIT
4545
- @vueuse/shared
46-
- version: 11.0.1
46+
- version: 11.3.0
4747
- license: MIT
4848
- dompurify
49-
- version: 3.2.4
49+
- version: 3.2.5
5050
- license: (MPL-2.0 OR Apache-2.0)
5151
- escape-html
5252
- version: 1.0.3
@@ -55,7 +55,7 @@ This file is generated from multiple sources. Included packages:
5555
- version: 1.0.0-beta.19
5656
- license: MIT
5757
- focus-trap
58-
- version: 7.5.2
58+
- version: 7.6.4
5959
- license: MIT
6060
- tabbable
6161
- version: 6.2.0

0 commit comments

Comments
 (0)