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