Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead react/jsx-quotes #114

Closed
jasonlfunk opened this issue Sep 16, 2015 · 2 comments

Comments

@jasonlfunk
Copy link
Contributor

I'm having trouble with a clean install of this with the assets not being available. I think it may be related to this:

ERROR in ./app/utils/image-resolver.js

.../app/utils/image-resolver.js
  1:1  error  The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead  react/jsx-quotes

✖ 1 problem (1 error, 0 warnings)


ERROR in ./app/components/shared/spinner.jsx

.../app/components/shared/spinner.jsx
  1:1  error  The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead  react/jsx-quotes

✖ 1 problem (1 error, 0 warnings)


ERROR in ./app/components/shared/lang-picker.jsx

.../app/components/shared/lang-picker.jsx
  1:1  error  The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead  react/jsx-quotes

✖ 1 problem (1 error, 0 warnings)

Do you know what is going on?

@jbroadice
Copy link
Contributor

I think it's related to this: airbnb/javascript#513

@jasonlfunk
Copy link
Contributor Author

Yep! That fixed it for me. I'll submit a pull request.

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

No branches or pull requests

2 participants