@nextcloud/eslint-config
Version:
Eslint shared config for nextcloud apps and libraries
13 lines (12 loc) • 406 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';
/**
* General vue related rules for both versions
*
* @param options options defining the config preset flavor
*/
export declare function vue(options: ConfigOptions): Linter.Config[];