aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 19ce0606297..a1802bb781f 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,4 +1,5 @@
{
+ "esversion": 11,
"camelcase": true,
"eqeqeq": true,
"immed": true,
@@ -11,10 +12,10 @@
"maxparams": 5,
"curly": true,
"jquery": true,
- "maxlen": 120,
"indent": 4,
"browser": true,
"laxbreak": true,
+ "asi": true,
"globals": {
"console": true,
"it": true,