feat: init

This commit is contained in:
Morten Olsen
2023-09-06 10:56:36 +02:00
commit fe01ea8be0
55 changed files with 6076 additions and 0 deletions

12
.eslintrc Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "@react-native-community",
"rules": {
"react/react-in-jsx-scope": 0,
"prettier/prettier": [
"error",
{
"singleQuote": true
}
]
}
}