Skip to content

Commit 7c9df84

Browse files
authored
Merge pull request #2957 from nextcloud/refactor/vue3
Refactor code for compliance with new eslint version
2 parents 53212d3 + eb0e27d commit 7c9df84

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)