-
Notifications
You must be signed in to change notification settings - Fork 50.4k
Remove the codes relating to jshint #3416
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
Conversation
|
#3123 (comment) |
|
@koba04 We've got full eslint coverage now, so I disabled jshint for react at FB internally. Do you still have time/interest to work on this? Can you rebase it? |
27e25eb to
422df0d
Compare
|
@PiPeep I didn't remove it from Also,
Should I convert to use JSX? |
You can change that one. My previous comment was about
No, leave those alone. |
|
This lgtm. Any comments from you @PiPeep? |
|
The commit lgtm, pending @zpao, are we simply avoiding jsx altogether in the react source, excluding |
|
Currently that is correct (except we also don't use it in src/addons). |
|
Oh, sorry. I think I was accidentally looking at code within comments. |
|
@zpao @PiPeep |
|
Thanks! |
Remove the codes relating to jshint
|
Thank you!! |
react is using ESLint for lint now, so I removed the codes relating to jshint.
In addition, I refactored some DOM components, because I found the below comment.
https://github.com/facebook/react/blob/master/src/browser/ui/dom/components/ReactDOMForm.js#L35-L37
Are these changes unnecessary?