Files
nextcloud-registration/.eslintrc.cjs
Thomas Citharel cc2a664244 refactor(build): switch build system from webpack to vite
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2025-04-03 17:02:43 +02:00

13 lines
207 B
JavaScript

/*
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
module.exports = {
extends: [
'@nextcloud'
],
globals: {
'$': true
}
};