Skip to content

Commit 7273d17

Browse files
author
blond
committed
style(jscs): remove strict options
1 parent 063ccfe commit 7273d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.jscs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module.exports = {
2424
disallowQuotedKeysInObjects: 'allButReserved',
2525
disallowSpaceAfterObjectKeys: true,
2626
requireCommaBeforeLineBreak: true,
27-
requireOperatorBeforeLineBreak: true,
2827
disallowSpaceAfterPrefixUnaryOperators: true,
2928
disallowSpaceBeforePostfixUnaryOperators: true,
3029
requireSpaceBeforeBinaryOperators: true,

0 commit comments

Comments
 (0)