JSCS v1.11.1 Release Notes

  • ๐Ÿ†• New Rules / Rule Values

    • disallowSpaceAfterObjectKeys: implement ignoreSingleLine and ignoreMultiLine options (Henry Zhu)

    ๐Ÿ› Bug fixes

    • disallowAllowSpacesInsideParentheses: reintroduce archaic "all" config option (Mike Sherov)
    • requireSpaceBetweenArguments: loosen rule restriction (Mike Sherov)
    • Object Key rules: ignore method syntax (Alexej Yaroshevich)
    • ๐Ÿ›  (require|disallow)TrailingComma: fixed error location (Alexej Yaroshevich)

    Infrastructure Changes

    • ๐Ÿšš Auto-generate: Move promisify to utils (Joel Kemp)

    Misc.

    • JSHint: add unused true (Mike Sherov)
    • โšก๏ธ Updating rules to use File Traversal APIs. (Eli White)
    • ๐Ÿ“„ Docs: Add website rebuild instructions to maintenance (Mike Sherov)