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,