Skip to content

Commit

Permalink
[docs] Escape code to address palantir#2511 (palantir#3087)
Browse files Browse the repository at this point in the history
This should fix the documentation for this rule to be readable.
  • Loading branch information
ChrisMBarr authored and HyphnKnight committed Apr 9, 2018
1 parent a98d492 commit 94b1d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/noReferenceImportRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Rule extends Lint.Rules.AbstractRule {
/* tslint:disable:object-literal-sort-keys */
public static metadata: Lint.IRuleMetadata = {
ruleName: "no-reference-import",
description: 'Don\'t <reference types="foo" /> if you import "foo" anyway.',
description: 'Don\'t `<reference types="foo" />` if you import `foo` anyway.',
optionsDescription: "Not configurable.",
options: null,
type: "style",
Expand Down

0 comments on commit 94b1d16

Please sign in to comment.