UNPKG

react-native-google-places-autocomplete

Version:

Customizable Google Places autocomplete component for iOS and Android React-Native apps

12 lines (10 loc) 253 B
// extending airbnb's eslint config // see: https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb { "extends": "airbnb", "rules": { "no-console": 0, "react/jsx-boolean-value": 0, "react/no-multi-comp": 0, } }