Merge pull request #14239 from artbelov/patch-1
Delete duplicate property in .JSCSRC
This commit is contained in:
commit
f023ddc64e
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
"disallowMultipleLineStrings": true,
|
||||
"disallowMultipleVarDecl": true,
|
||||
"disallowQuotedKeysInObjects": "allButReserved",
|
||||
"disallowSpaceAfterPrefixUnaryOperators": ["!"],
|
||||
"disallowSpaceBeforeBinaryOperators": [","],
|
||||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
|
||||
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue