Преглед изворни кода

style: upgrade JsHint to EcmaScript 2018 as ESLint to align them

rugk пре 1 недеља
родитељ
комит
d616d8f28c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .jshintrc

+ 1 - 1
.jshintrc

@@ -2,7 +2,7 @@
     "bitwise": true,
     "curly": true,
     "eqeqeq": true,
-    "esversion": 6,
+    "esversion": 2018,
     "forin": true,
     "freeze": true,
     "futurehostile": true,