Adopt changes from community guideline for repository setup

https://github.com/react-native-community/.github/blob/master/Guidelines/Repository%20Setup.md
This commit is contained in:
Mikael Sand
2019-07-26 02:51:02 +03:00
parent 612365652b
commit f5bf06afd2
8 changed files with 620 additions and 378 deletions

1
.eslintrc.js Normal file
View File

@@ -0,0 +1 @@
module.exports = { extends: "@react-native-community", "rules": { "no-bitwise": 0 } };