1.0.4 • Published 5 months ago
eslint-config-xo-expo v1.0.4
eslint-config-xo-expo
Our opinionated config for XoJS to be used on every of our own Expo based apps.
Install
bun add --dev xo eslint-config-xo-expo
Usage
package.json
{
"name": "my-awesome-project",
"xo": {
"extends": "xo-expo"
}
}
.xo-config / .xo-config.json
{
"extends": [
"xo-expo"
]
}