From bed382375413dbf456abfbe382ce19a576eae459 Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot Date: Mon, 14 Nov 2022 13:56:16 +0000 Subject: [PATCH] Support ES6 (2015) in civilint: jshint config update --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 01ed9200ed..3c0be126f5 100644 --- 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 +} -- 2.25.1