jayesbe / react-native-cacheable-image

An Image Component for React Native that will cache itself to disk.
MIT License
304 stars 78 forks source link

Use a linter for the project #42

Open wachunei opened 7 years ago

wachunei commented 7 years ago

I'm about to contribute on this project and I'd like to suggest to start using a linter to keep code maintainable across contributors.

I'd suggest using ESLint with Airbnb rules, what do you think?

jayesbe commented 7 years ago

@wachunei PR would be accepted. Thanks!

wachunei commented 7 years ago

Please check #43, it needs to be tested though.