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

Commit

Permalink
[docs]Updated no-irregular-whitespace documentation (#3627)
Browse files Browse the repository at this point in the history
rwaskiewicz authored and adidahiya committed Jan 10, 2018
1 parent d9e20be commit b0061e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/noIrregularWhitespaceRule.ts
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ export class Rule extends Lint.Rules.AbstractRule {
/* tslint:disable:object-literal-sort-keys */
public static metadata: Lint.IRuleMetadata = {
ruleName: "no-irregular-whitespace",
description: "Disallow irregular whitespace outside of strings and comments",
description: "Disallow irregular whitespace within a file, including strings and comments.",
hasFix: true,
optionsDescription: "Not configurable.",
options: null,

0 comments on commit b0061e7

Please sign in to comment.