Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Fix typo in rule docs generation #4638

Merged
merged 1 commit into from Apr 4, 2019
Merged

Fix typo in rule docs generation #4638

merged 1 commit into from Apr 4, 2019

Commits on Apr 4, 2019

  1. Fix typo in rule docs generation

    Incorrect rule type selector in rules documentation page was omitting the following rules:
    
    * `align`
    * `arrow-parens`
    * `eofline`
    * `import-spacing`
    * `indent`
    * `jsdoc-format`
    * `linebreak-style`
    * `max-line-length`
    * `newline-before-return`
    * `new-parens`
    * `no-consecutive-blank-lines`
    * `no-irregular-whitespace`
    * `no-trailing-whitespace`
    * `number-literal-format`
    * `quotemark`
    * `semicolon`
    * `trailing-comma`
    * `typedef-whitespace`
    * `whitespace`
    komputerwiz committed Apr 4, 2019
    Copy the full SHA
    e249934 View commit details
    Browse the repository at this point in the history