summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: 76352e46c9ecd166375282a09defb304ce18cfb5 (plain)
1
2
3
4
5
6
7
// SPDX-FileCopyrightText: Carl Schwan <carl@carlschwan.eu>
// SPDX-License-Identifier: AGPL-3.0-or-later
module.exports = {
	extends: [
		'@nextcloud',
	]
}