11 lines
227 B
JavaScript
11 lines
227 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
import { recommendedVue2 } from '@f7cloud/eslint-config'
|
|
|
|
export default [
|
|
...recommendedVue2,
|
|
]
|