From 6befc463466dabfcbc5348c84d48b7af4167b14a Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Mon, 22 Oct 2018 14:33:50 -0400 Subject: [PATCH] update esversion --- .jshintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.jshintrc b/.jshintrc index 172f05cea8..bbbcd96dc3 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,6 +4,8 @@ "maxerr" : 50, // {int} Maximum error before stopping + "esversion": 6, + // Enforcing "bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.) "camelcase" : false, // true: Identifiers must be in camelCase