@nextcloud/eslint-config
Version:
Eslint shared config for nextcloud apps and libraries
14 lines (13 loc) • 346 B
JavaScript
/*!
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { packageVersion } from "../../version.js";
import { rules } from "./rules/index.js";
export default {
rules,
meta: {
name: '@nextcloud/eslint-plugin',
version: packageVersion,
},
};