Files
bob/.eslintrc
Morten Olsen d6c7404f96 feat: init
2023-09-06 10:56:36 +02:00

12 lines
187 B
Plaintext

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