cms/app-client/tests/.jshintrc
changeset 261 02e2396bcbbc
parent 173 cf7b221238fd
--- a/cms/app-client/tests/.jshintrc	Sat Aug 06 21:27:53 2016 +0700
+++ b/cms/app-client/tests/.jshintrc	Sat Aug 06 21:29:33 2016 +0700
@@ -1,6 +1,5 @@
 {
   "predef": [
-    "server",
     "document",
     "window",
     "location",
@@ -48,6 +47,6 @@
   "strict": false,
   "white": false,
   "eqnull": true,
-  "esnext": true,
+  "esversion": 6,
   "unused": true
 }