const title = \'My Minimal React Webpack Babel Setups\'; const App = () => ({title})
My .eslintr has this extra configuration to enable JSX
"parserOptions": { "ecmaFeatures": { "jsx": true } }