UNPKG

@nextcloud/eslint-config

Version:

Eslint shared config for nextcloud apps and libraries

11 lines (10 loc) 335 B
/*! * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ import type { Linter } from 'eslint'; /** * Config setup for the node environment. * Config files should be parsed as Node.JS scripts with Node globals etc. */ export declare const node: Linter.Config[];