Nextcloud-App/.eslintrc.js

8 lines
152 B
JavaScript
Raw Permalink Normal View History

2023-10-11 19:55:03 +00:00
// SPDX-FileCopyrightText: BVSC e.V. <no@example.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
module.exports = {
extends: [
'@nextcloud',
]
}