Browse Source

chore(eslint): ignore openapi generated files

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
pull/13002/head
Maksim Sukharev 1 year ago
parent
commit
fa5324cf88
No known key found for this signature in database GPG Key ID: 6349D071889BD1D5
  1. 1
      .eslintignore

1
.eslintignore

@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
/js/*
/src/types/openapi/*
/src/utils/media/effects/virtual-background/vendor/*
/tests/*
Loading…
Cancel
Save