From a6927a3a52dc5d119cf3513ae5c0452b38095c77 Mon Sep 17 00:00:00 2001 From: Temo Totev Date: Sat, 23 Apr 2016 22:38:20 -0700 Subject: [PATCH] Remove duplicate object key --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 7d01fdaf66..fe8c79be7b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -16,7 +16,6 @@ "strict": false, // Require `use strict` pragma in every file. "trailing": true, // Prohibit trailing whitespaces. "smarttabs": false, // Suppresses warnings about mixed tabs and spaces - "esnext": true, // Allow ES6 maybe :p "globals": { // Globals variables. "jasmine": true, "angular": true,