Enable ESLint errors and suppress existing violations (#10490)
This commit is contained in:
@@ -55,7 +55,7 @@ export function TestCtrls() {
|
||||
accessibilityLabel="Text input field"
|
||||
accessibilityHint="Enter proxy header"
|
||||
testID="e2eProxyHeaderInput"
|
||||
onChangeText={val => setProxyHeader(val as any)}
|
||||
onChangeText={val => setProxyHeader(val)}
|
||||
autoComplete="off"
|
||||
autoCorrect={false}
|
||||
autoCapitalize="none"
|
||||
|
||||
Reference in New Issue
Block a user