dillon1000/react
Commit
Browse files Add `exports` to globals for jshint
This is a bit unfortunate, but it'll shut lint up for the time being. We
can't just change the modules to use `module.exports = { ... }` due to
how we handle circular dependencies internally (`ReactMount` require
`ReactID` and vice versa).Changed paths1 file
First-parent comparisonsrc/.jshintrc ModifiedPatch
Files changed
Rendering syntax-highlighted changes…