Commit 098242af authored by Artem Belov's avatar Artem Belov
Browse files

Delete duplicate JSCS properties

parent 2c464185
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!14239Delete duplicate property in .JSCSRC,!25326Adjust examples
Showing with 0 additions and 1 deletion
+0 -1
......@@ -5,7 +5,6 @@
"disallowMultipleLineStrings": true,
"disallowMultipleVarDecl": true,
"disallowQuotedKeysInObjects": "allButReserved",
"disallowSpaceAfterPrefixUnaryOperators": ["!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment