Skip to content

Commit

Permalink
Merge pull request #2002 from OliverJAsh/patch-1
Browse files Browse the repository at this point in the history
`display-name` docs: mention default `ignoreTranspilerName` value
  • Loading branch information
ljharb committed Sep 27, 2018
2 parents 6075926 + 9cf86d1 commit 843fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/display-name.md
Expand Up @@ -33,7 +33,7 @@ var Hello = createReactClass({
...
```

### `ignoreTranspilerName`
### `ignoreTranspilerName` (default: `false`)

When `true` the rule will ignore the name set by the transpiler and require a `displayName` property in this case.

Expand Down

0 comments on commit 843fef9

Please sign in to comment.