Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit e208c2c

Browse files
committed
Merge pull request #3 from mobify/no-quoted-keys
Removing the no quoted keys rule.
2 parents 10a726d + 91fa47f commit e208c2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

javascript/jscsrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
55
"disallowMixedSpacesAndTabs": true,
66
"disallowMultipleLineStrings": true,
7-
"disallowQuotedKeysInObjects": "allButReserved",
87
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
98
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
109
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
@@ -20,4 +19,4 @@
2019
"validateIndentation": 4,
2120
"validateLineBreaks": "LF",
2221
"validateQuoteMarks": "'"
23-
}
22+
}

0 commit comments

Comments
 (0)