UNPKG

@nextcloud/eslint-config

Version:

Eslint shared config for nextcloud apps and libraries

13 lines (12 loc) 415 B
/*! * 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'; /** * Typescript related ESLint rules for Nextcloud * * @param options options defining the config preset flavor */ export declare function typescript(options: ConfigOptions): Linter.Config[];