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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 10:19:11 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-17 15:03:38 +0300
commitfb183b457c2befbc3ab04b0cb070aa1e300443c6 (patch)
treebc440046f2484084b0e580181200864f0af5a294 /.eslintignore
parentccaa131e96fabb0e24ab6596d96de69411e7d955 (diff)
Add eslint testing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 00000000000..6dddc5380b8
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,7 @@
+# Ignoring folders for eslint
+node_modules/
+3rdparty/
+**/vendor/
+**/l10n/
+**/js/*
+*.config.js \ No newline at end of file