We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c248bb4 commit 3f68f23Copy full SHA for 3f68f23
package.json
@@ -135,7 +135,8 @@
135
"useTabs": false,
136
"semi": false
137
}
138
- ]
+ ],
139
+ "react/react-in-jsx-scope": "off"
140
141
},
142
"eslintIgnore": [
src/Date/DatePickerModalHeader.tsx
@@ -74,6 +74,6 @@ const styles = StyleSheet.create({
74
paddingHorizontal: 8,
75
76
buttonLabel: {
77
- flexGrow: 1
+ flexGrow: 1,
78
79
})
0 commit comments