Merge pull request #8361 from ttotev/fix/remove-duplicate
Remove duplicate object key
This commit is contained in:
@ -16,7 +16,6 @@
|
|||||||
"strict": false, // Require `use strict` pragma in every file.
|
"strict": false, // Require `use strict` pragma in every file.
|
||||||
"trailing": true, // Prohibit trailing whitespaces.
|
"trailing": true, // Prohibit trailing whitespaces.
|
||||||
"smarttabs": false, // Suppresses warnings about mixed tabs and spaces
|
"smarttabs": false, // Suppresses warnings about mixed tabs and spaces
|
||||||
"esnext": true, // Allow ES6 maybe :p
|
|
||||||
"globals": { // Globals variables.
|
"globals": { // Globals variables.
|
||||||
"jasmine": true,
|
"jasmine": true,
|
||||||
"angular": true,
|
"angular": true,
|
||||||
|
Reference in New Issue
Block a user