Skip to content

Conversation

@atomcorp
Copy link
Contributor

See #1986

I found the docs a bit unclear, so I've added a fuller example, hopefully in line with other examples.

* `{"enforceDynamicLinks": "never"}` does not enforce the rule if the href is a dynamic link

```json
"react/jsx-no-target-blank": [<enabled>, { enforceDynamicLinks: <enforce> }]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the key needs to be quoted, since it's json

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

```

* enabled: for enabling the rule. 0=off, 1=warn, 2=error. Defaults to 0.
* enforce: optional string, defaults to "always"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems redundant, since it's on lines 18-19

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, I'm following how it works on some other pages

@atomcorp
Copy link
Contributor Author

Made that change. I looked at some of the other docs more carefully, and reordered the Rule Options so hopefully it makes a bit more sense.

@ljharb ljharb merged commit eb69dc5 into jsx-eslint:master Sep 20, 2018
This was referenced Dec 28, 2018
@ghost ghost mentioned this pull request Jan 12, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants