Skip to content

Commit eb0e27d

Browse files
authored
Refactor code for compliance with new eslint version
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de> Signed-off-by: GitHub <noreply@github.com>
1 parent 960f34f commit eb0e27d

61 files changed

Lines changed: 3393 additions & 5208 deletions

Some content is hidden

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

.eslintrc.json

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

.github/workflows/lint-prettier.yml

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

eslint.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
6+
import { recommendedVue2 } from '@nextcloud/eslint-config'
7+
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
8+
9+
export default [
10+
...recommendedVue2,
11+
eslintPluginPrettierRecommended,
12+
]

0 commit comments

Comments
 (0)