eslint: jsx-tag-spacing and jsx-closing-bracket-location rules
This commit is contained in:
parent
afe02e0f2e
commit
a39304a3ba
5 changed files with 26 additions and 21 deletions
|
|
@ -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>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue