dillon1000/react

Commit

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).
Browse files
Changed paths1 file
First-parent comparison
M src/.jshintrc Modified
Patch

Files changed

Rendering syntax-highlighted changes…