eslint: jsx-tag-spacing and jsx-closing-bracket-location rules

This commit is contained in:
Sanne Raymaekers 2020-11-04 11:22:30 +01:00
parent afe02e0f2e
commit a39304a3ba
5 changed files with 26 additions and 21 deletions

View file

@ -10,7 +10,7 @@ import getBaseName from './Utilities/getBaseName';
ReactDOM.render(
<Provider store={ init(logger).getStore() }>
<Router basename={ getBaseName(window.location.pathname) }>
<App/>
<App />
</Router>
</Provider>,