Skip to content

Commit

Permalink
display-name docs: mention default ignoreTranspilerName value
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed Sep 27, 2018
1 parent 6075926 commit 9cf86d1
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 9cf86d1

Please sign in to comment.