Skip to content

Commit 7d36f5e

Browse files
committed
disable prettier on test
1 parent 54a4bee commit 7d36f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ra-core/codemods/__testfixtures__/replace-Datagrid-DataTable-Props.input.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable prettier/prettier */
12
/* eslint-disable import/no-extraneous-dependencies */
23
import * as React from 'react';
34
import { List, Datagrid, TextField, useRecordContext } from 'react-admin';
@@ -30,8 +31,7 @@ const PostList = () => (
3031
'& .RaDatagrid-row:hover': {
3132
backgroundColor: '#f5f5f5',
3233
},
33-
}}
34-
>
34+
}}>
3535
<TextField source="id" />
3636
<TextField source="title" />
3737
<TextField source="body" />

0 commit comments

Comments
 (0)