Merge pull request #8361 from ttotev/fix/remove-duplicate

Remove duplicate object key
This commit is contained in:
Mrugesh Mohapatra
2016-05-01 03:58:05 +05:30

View File

@ -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,