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

Commit

Permalink
Fix typo in rule docs generation (#4638)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
komputerwiz authored and adidahiya committed Apr 4, 2019
1 parent 73250af commit 5432570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/index.md
Expand Up @@ -36,4 +36,4 @@ _These rules enforce consistent style across your codebase_:

_These rules enforce consistent use of whitespace and punctuation_:

{% include rule_list.html ruleType="format" %}
{% include rule_list.html ruleType="formatting" %}

0 comments on commit 5432570

Please sign in to comment.