aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
blob: 6e1592b14fa13088c33580a1545f706c7a951c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
# Ignoring folders for eslint
node_modules/
3rdparty/
**/vendor/
**/l10n/
**/js/*
*.config.js
tests/lib/
apps-extra

# TODO: remove when comments files is not using handlebar templates anymore
apps/comments/src/templates.js