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 /cypress
parent0bc2bbbc5e7989eb3f0ceba702255c552dbdac47 (diff)
➕ (#2184): add eslint-plugin-cypress
also remove dependency vulnerability Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/.eslintrc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/cypress/.eslintrc.json b/cypress/.eslintrc.json
new file mode 100644
index 000000000..ba9e633eb
--- /dev/null
+++ b/cypress/.eslintrc.json
@@ -0,0 +1,5 @@
+{
+ "extends": [
+ "plugin:cypress/recommended"
+ ]
+}