You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ And how it looks:
139
139
|`--rule-doc-section-exclude`| Disallowed section in each rule doc. Exit with failure if present. Option can be repeated. |
140
140
|`--rule-doc-section-include`| Required section in each rule doc. Exit with failure if missing. Option can be repeated. |
141
141
|`--rule-doc-title-format`| The format to use for rule doc titles. Defaults to `desc-parens-prefix-name`. See choices in below [table](#--rule-doc-title-format). |
142
+
|`--rule-list-columns`| Ordered, comma-separated list of columns to display in rule list. Empty columns will be hidden. Choices: `configs`, `deprecated`, `description`, `fixable`, `hasSuggestions`, `name`, `requiresTypeChecking`. Default: `name,description,configs,fixable,hasSuggestions,requiresTypeChecking,deprecated`. |
142
143
|`--url-configs`| Link to documentation about the ESLint configurations exported by the plugin. |
0 commit comments