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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-09 09:15:29 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-17 14:53:11 +0300
commitd2ac2de41ed46bda28b94acef71512cae871b51f (patch)
treea4d6f8e49e875f59a97b1647b7c34faadced9c8c
parentbd791a6e7a1240695cf79d50fa0e19f5910a4016 (diff)
We don't use jQuery in here
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.eslintrc.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 72702ab..3a01220 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,8 +1,5 @@
module.exports = {
extends: [
- '@nextcloud'
+ '@nextcloud',
],
- globals: {
- '$': true
- }
}