Our opinionated config for XoJS to be used on every of our own Expo based apps.
bun add --dev xo eslint-config-xo-expo
package.json
{
"name": "my-awesome-project",
"xo": {
"extends": "xo-expo"
}
}
.xo-config / .xo-config.json
{
"extends": [
"xo-expo"
]
}