ESLint: Use --fix with updated rules to order imports
This applies the updated sorting rules to the files by running `npm run lint:js:fix`
This commit is contained in:
parent
b55d5242a9
commit
ab1a7f4aab
54 changed files with 202 additions and 109 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import React from 'react';
|
||||
import { BrowserRouter as Router } from 'react-router-dom';
|
||||
import { Provider } from 'react-redux';
|
||||
|
||||
import { getBaseName } from './Utilities/path';
|
||||
import { Provider } from 'react-redux';
|
||||
import { BrowserRouter as Router } from 'react-router-dom';
|
||||
|
||||
import App from './App';
|
||||
import { store } from './store';
|
||||
import { getBaseName } from './Utilities/path';
|
||||
|
||||
const ImageBuilder = () => (
|
||||
<Provider store={store}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue