Skip to content

Commit a130902

Browse files
committed
chore: Migrate to ESLint v9
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent d09c7b2 commit a130902

File tree

5 files changed

+1091
-3404
lines changed

5 files changed

+1091
-3404
lines changed

.eslintrc.json

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

REUSE.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ path = ["package-lock.json", "package.json", "tsconfig.json"]
1010
precedence = "aggregate"
1111
SPDX-FileCopyrightText = "2019 Nextcloud GmbH and Nextcloud contributors"
1212
SPDX-License-Identifier = "GPL-3.0-or-later"
13-
14-
[[annotations]]
15-
path = [".eslintrc.json"]
16-
precedence = "aggregate"
17-
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
18-
SPDX-License-Identifier = "GPL-3.0-or-later"

eslint.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: CC0-1.0
4+
*/
5+
6+
import { recommendedLibrary } from '@nextcloud/eslint-config'
7+
import { defineConfig } from 'eslint/config'
8+
9+
export default defineConfig([...recommendedLibrary])

0 commit comments

Comments
 (0)