Package Exports
- eslint-config-xo-expo
- eslint-config-xo-expo/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-xo-expo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-expoUsage
package.json
{
"name": "my-awesome-project",
"xo": {
"extends": "xo-expo"
}
}.xo-config / .xo-config.json
{
"extends": [
"xo-expo"
]
}