[v4] Don’t use “JSX uses React” with new runtime
Created by: gaearon
When using the new JSX transform, we should disable the “jsx uses react” ESLint rule. Otherwise you can’t remove the React import — which is one of the points of the new transform.
We should verify that our default template works without the React import in App.js, including the test environment.