Skip to content

Commit

Permalink
[docs] [ban-comma-operator] metadata updates (palantir#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
aervin_ authored and adidahiya committed Jan 8, 2018
1 parent 88d6a14 commit a7f0537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/banCommaOperatorRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export class Rule extends Lint.Rules.AbstractRule {
options: null,
optionsDescription: "",
optionExamples: [true],
type: "typescript",
typescriptOnly: true,
type: "functionality",
typescriptOnly: false,
};
/* tslint:enable:object-literal-sort-keys max-line-length */

Expand Down

0 comments on commit a7f0537

Please sign in to comment.