eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

Globals no longer includes navigator.geolocation

Open daku opened this issue 7 years ago • 1 comments

Hope the title makes sense. Not the most familiar with ESLInt rules etc. I've had to do the following to suppress for the moment:

// eslint-disable-next-line no-undef
    navigator.geolocation.getCurrentPosition(

daku avatar Jan 23 '18 20:01 daku

+1

martinfrouin avatar Feb 25 '19 16:02 martinfrouin