Upgrade Prettier to 2.0.4. Reformatted all JS files

This commit is contained in:
Deluan
2020-04-20 09:09:29 -04:00
parent de115ff466
commit b3f70538a9
55 changed files with 318 additions and 286 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
PasswordInput,
required,
email,
SimpleForm
SimpleForm,
} from 'react-admin'
import { Title } from '../common'
+1 -1
View File
@@ -7,7 +7,7 @@ import {
Edit,
required,
email,
SimpleForm
SimpleForm,
} from 'react-admin'
import { Title } from '../common'
+1 -1
View File
@@ -7,7 +7,7 @@ import {
List,
SearchInput,
SimpleList,
TextField
TextField,
} from 'react-admin'
import { useMediaQuery } from '@material-ui/core'
import { Title } from '../common'
+1 -1
View File
@@ -7,5 +7,5 @@ export default {
list: UserList,
edit: UserEdit,
create: UserCreate,
icon: Group
icon: Group,
}