chore: quality of life improvements (#449)

This commit is contained in:
2022-04-13 22:16:34 +02:00
committed by GitHub
parent e916177569
commit c10817716e
34 changed files with 14038 additions and 11804 deletions

7
.eslintrc Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "@react-native-community",
"rules": {
"quotes": [2, "single"],
"prettier/prettier": ["error", { "singleQuote": true }]
}
}