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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index bc3e64524..b3332342d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -2,19 +2,4 @@ module.exports = {
extends: [
'nextcloud'
],
- /**
- * Allow jest syntax in the src folder
- */
- env: {
- jest: true
- },
- /**
- * Allow shallow import of @vue/test-utils in order to be able to use it in
- * the src folder
- */
- rules: {
- "node/no-unpublished-import": ["error", {
- "allowModules": ["@vue/test-utils"]
- }]
- }
}