Skip to content

Conversation

brad-decker
Copy link

replaced this rule with the correct rule. Resolves #513

@notxt
Copy link

notxt commented Sep 16, 2015

👍

@chicoxyzzy
Copy link

👍 this will help to avoid annoying deprecation message

@@ -8,7 +8,7 @@ module.exports = {
*/
'react/display-name': 0, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/display-name.md
'react/jsx-boolean-value': 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-boolean-value.md
'react/jsx-quotes': [2, 'double'], // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-quotes.md
'jsx-quotes': [2, 'prefer-double'], // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-quotes.md
Copy link
Collaborator

Choose a reason for hiding this comment

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

you should change the documentation link to http://eslint.org/docs/rules/jsx-quotes

Copy link
Author

Choose a reason for hiding this comment

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

Will do, thanks!

@ljharb
Copy link
Collaborator

ljharb commented Dec 23, 2015

This is fixed in #521.

@ljharb ljharb closed this Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants