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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-25 14:06:19 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-25 14:06:19 +0300
commit6bea13a51e37d3e516469a51f1171824c3e05ac0 (patch)
tree190b452a54116d14fcbe5bd8cdcf488ecf19b9a6 /.jshintrc
parent4ca0aad617d88d1ceab5b82e4119004e92efe2ed (diff)
Fix jshint es version
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc13
1 files changed, 3 insertions, 10 deletions
diff --git a/.jshintrc b/.jshintrc
index 0aa776b6f..d609c5b15 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -10,7 +10,6 @@
"trailing": true,
"maxparams": 5,
"curly": true,
- "jquery": true,
"maxlen": 120,
"indent": 4,
"browser": true,
@@ -21,14 +20,8 @@
"expect": true,
"describe": true,
"define": true,
- "require": true,
"beforeEach": true,
- "afterEach": true,
- "fakeServer": true,
- "OC": true,
- "OCA": true,
- "Promise": true,
- "t": true,
- "n": true
- }
+ "afterEach": true
+ },
+ "esversion": 6
}