mirror of
https://github.com/morten-olsen/refocus.dev.git
synced 2026-02-08 00:46:25 +01:00
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
{
|
|
"extends": "@react-native-community",
|
|
"rules": {
|
|
"react/react-in-jsx-scope": 0,
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"singleQuote": true
|
|
}
|
|
]
|
|
}
|
|
} |