Forgetting to return JSX should crash the build
Created by: gaearon
This should crash the build:
(Note I didn't return
it.)
Instead it is just a lint warning:
./packages/react-scripts/template/src/Logo.js
Line 5: Expected an assignment or function call and instead saw an expression no-unused-expressions
We should probably promote it to be an error.