Skip to content

Commit 1db02fd

Browse files
committed
chore: adjust ESLint config to work with ESLint v9
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5f76f5d commit 1db02fd

File tree

5 files changed

+770
-3371
lines changed

5 files changed

+770
-3371
lines changed

.eslintrc.json

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

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
8+
export default [...recommendedLibrary]

0 commit comments

Comments
 (0)