Skip to content

Commit

Permalink
[docs] Fix object-literal-shorthand metadata name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored Aug 19, 2016
1 parent 3a24378 commit e985e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/objectLiteralShorthandRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as ts from "typescript";
export class Rule extends Lint.Rules.AbstractRule {
/* tslint:disable:object-literal-sort-keys */
public static metadata: Lint.IRuleMetadata = {
ruleName: "object-shorthand",
ruleName: "object-literal-shorthand",
description: "Enforces use of ES6 object literal shorthand when possible.",
options: null,
optionExamples: ["true"],
Expand Down

0 comments on commit e985e79

Please sign in to comment.