Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintignore - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b40dce6c6aa54a11da6195d2346424c16ba022c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Ignoring folders for eslint
node_modules/
3rdparty/
**/vendor/
**/l10n/
**/js/*
*.config.js
tests/lib/

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