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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-03-10 01:12:12 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-03-14 17:38:29 +0300
commit0ee23b93d8cccbbf6e1725073cf9b4f8867cc353 (patch)
tree46fb141a37dffe32ef38d602abb433d531151845 /.eslintrc.js
parent0bc2bbbc5e7989eb3f0ceba702255c552dbdac47 (diff)
➕ (#2184): add eslint-plugin-cypress
also remove dependency vulnerability Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index a1b2c4a1e..130810f2a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,5 +1,6 @@
module.exports = {
+ root: true,
extends: [
- '@nextcloud'
- ]
+ '@nextcloud',
+ ],
}