Merge pull request #14239 from artbelov/patch-1

Delete duplicate property in .JSCSRC
This commit is contained in:
Chris Rebert 2014-07-25 07:44:06 -07:00
commit f023ddc64e
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
"disallowMultipleLineStrings": true,
"disallowMultipleVarDecl": true,
"disallowQuotedKeysInObjects": "allButReserved",
"disallowSpaceAfterPrefixUnaryOperators": ["!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],