Support ES6 (2015) in civilint: jshint config update
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Mon, 14 Nov 2022 13:56:16 +0000 (13:56 +0000)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Mon, 14 Nov 2022 13:56:16 +0000 (13:56 +0000)
.jshintrc

index 01ed9200edd9ee07256fe0312e64ad23275afebf..3c0be126f565268a4f4b89bef44a072372071cbd 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,6 +1,7 @@
 {
   "indent": 2,
   "jasmine": true,
+  "esversion": 6,
   "predef": [
     "angular",
     "inject",
@@ -9,4 +10,4 @@
     "CRM"
   ],
   "-W097": true
-}
\ No newline at end of file
+}