Delete duplicate JSCS properties

This commit is contained in:
Artem Belov 2014-07-25 15:03:07 +04:00
parent 2c4641855d
commit 098242afd8
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": ["++", "--"],