Skip to content

Commit 3f68f23

Browse files
committed
Satisfy pipeline
1 parent c248bb4 commit 3f68f23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
"useTabs": false,
136136
"semi": false
137137
}
138-
]
138+
],
139+
"react/react-in-jsx-scope": "off"
139140
}
140141
},
141142
"eslintIgnore": [

src/Date/DatePickerModalHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ const styles = StyleSheet.create({
7474
paddingHorizontal: 8,
7575
},
7676
buttonLabel: {
77-
flexGrow: 1
77+
flexGrow: 1,
7878
},
7979
})

0 commit comments

Comments
 (0)