react-native-google-recaptcha-v3
Version:
Minimal implementation of Google Recaptcha V3 in React Native Webview
17 lines • 388 B
JavaScript
module.exports = {
'extends': 'airbnb',
'parser': 'babel-eslint',
'env': {
'jest': true,
},
'rules': {
'no-use-before-define': 'off',
'react/jsx-filename-extension': 'off',
'react/prop-types': 'off',
'comma-dangle': 'off',
'react/prefer-stateless-function': 'off',
},
'globals': {
"fetch": false
}
};