Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e4ce0dd

Browse files
hzoopetebacondarwin
authored andcommitted
chore(jscs): alphabetize jscs rules
1 parent e1c0a8e commit e4ce0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jscs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"disallowMixedSpacesAndTabs": true,
44
"disallowMultipleLineStrings": true,
55
"disallowNewlineBeforeBlockStatements": true,
6-
"disallowTrailingWhitespace": true,
6+
"disallowSpaceAfterObjectKeys": true,
77
"disallowSpaceAfterPrefixUnaryOperators": ["!"],
88
"disallowSpaceBeforeBinaryOperators": [","],
9-
"disallowSpaceAfterObjectKeys": true,
9+
"disallowTrailingWhitespace": true,
1010
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"]
1111
}

0 commit comments

Comments
 (0)