Skip to content

Commit 1c4f0fc

Browse files
committed
chore: update to ESLint v9
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 00c28f6 commit 1c4f0fc

5 files changed

Lines changed: 1015 additions & 2195 deletions

File tree

.eslintignore

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

.eslintrc.json

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

eslint.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*!
2+
* SPDX-FileCopyrightText: 2026 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([
10+
...recommendedLibrary,
11+
])

0 commit comments

Comments
 (0)