Changelog
Version 1.4.0:
node.js
0.8 support.vow
/vow-fs
(@XhmikosR).requireSpaceAfterKeywords
rule: trigger error if there is more then two spaces (@markelog).spaceAfterKeywords
: fix up funarg issue (@markelog).requireMultipleVarDecl
rule more like onevar (@markelog).disallowSpacesInsideParentheses
(@Famlam).disallowTrailingComma
(@rxin).requireTrailingComma
(@rxin).disallowSpaceBeforeBlockStatements
(@rxin).requireSpaceBeforeBlockStatements
(@rxin).requireBlocksOnNewline
(@mikesherov).requirePaddingNewlinesInBlock
(@mikesherov).disallowPaddingNewlinesInBlock
(@mikesherov).Changelog
Version 1.3.0:
.jscsrc
. JSON-file with comments.requireBlocksOnNewline
(@Famlam).requireSpacesInAnonymousFunctionExpression
(@jamesallardice).disallowSpacesInAnonymousFunctionExpression
(@jamesallardice).requireSpacesInNamedFunctionExpression
(@jamesallardice).disallowSpacesInNamedFunctionExpression
(@jamesallardice).escape
for rule validateQuote
(@mikesherov).validateIndentation
rule (@mikesherov).excludeFiles
option (@markelog).Changelog
Version 1.2.3:
inline
(@clochix).requireDotNotation
(@ikokostya).Changelog
Version 1.2.0:
requireCommaBeforeLineBreak
(@mikesherov).disallowCommaBeforeLineBreak
(@mikesherov).requireDotNotation
(@mikesherov).requireCamelCaseOrUpperCaseIdentifiers
(@mikesherov).disallowEmptyBlocks
(@mikesherov).validateQuoteMarks
(@mikesherov).requireParenthesesAroundIIFE
(@mikesherov).requireOperatorBeforeLineBreak
(@mikesherov).requireCapitalizedConstructors
(@mikesherov).disallowDanglingUnderscores
(@mikesherov).disallowTrailingWhitespace
(@mikesherov).maximumLineLength
(@mikesherov).disallowMixedSpacesAndTabs
(@mikesherov).validateIndentation
(@mikesherov).disallowMultipleLineStrings
(@mikesherov).