@nextcloud/eslint-config
Version:
Eslint shared config for nextcloud apps and libraries
13 lines (12 loc) • 432 B
TypeScript
/*!
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import type { Linter } from 'eslint';
import type { ConfigOptions } from '../types.d.ts';
/**
* Config factory for code documentation related rules (JSDoc)
*
* @param options options defining the config preset flavor
*/
export declare function documentation(options: ConfigOptions): Linter.Config[];