Files
bob/.eslintrc
Morten Olsen bfa26fbfb1 feat: init
2023-09-06 11:14:10 +02:00

12 lines
187 B
Plaintext

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